Comment 12 for bug 1452418

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (stable/kilo)

Reviewed: https://review.openstack.org/212948
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2f580e4adbafbe6530bd8ab9eff4c085bbb53909
Submitter: Jenkins
Branch: stable/kilo

commit 2f580e4adbafbe6530bd8ab9eff4c085bbb53909
Author: Dolph Mathews <email address hidden>
Date: Wed Jul 29 19:27:50 2015 +0000

    Reduce number of Fernet log messages

    This particular message gets quite repetitive as it's logged per token
    creation & validation request. Once max_active_keys is reached, it has
    little utility beyond letting you know that the number of active Fernet
    keys is (still) correct.

    NOTE: Unlike the patch to master, this backport does not change the log
    message itself, only whether or not it is logged.

    Change-Id: I6f497a5defa3c1da5bda54aa5f9e7303a0352d83
    Closes-Bug: 1452418
    (cherry picked from commit 207e9783bdc5ae6200a77f3307197777634da951)