The following commit has been merged in the master branch:
commit 829e484371a49b05707c31cd044d65e7d0bf76d5
Author: Andrew Deason <[email protected]>
Date:   Thu Nov 7 17:28:59 2019 -0600

    bozo: Use ViceLog-based logging
    
    Get rid of our custom bozo_Log() logging interface, and use the
    ViceLog/OpenLog logging function that the rest of the tree uses.
    
    This has a side effect of the log now staying open between logging
    messages. Previously, the log was open and closed every time we called
    bozo_Log(), so log rotations would take effect almost immediately.
    With this commit, we now reopen the log about every 5 minutes by
    BozoDaemon (BOZO_LOGOPEN_INT).
    
    Change-Id: I35545e4ac067a3339893d31e301e2cdfd5fefec0
    Reviewed-on: https://gerrit.openafs.org/14582
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>

 src/bozo/bnode.c         |  67 ++++++++++---------
 src/bozo/bosoprocs.c     |  79 +++++++++++-----------
 src/bozo/bosprototypes.h |   1 -
 src/bozo/bosserver.c     | 170 +++++++++++++++++------------------------------
 src/bozo/cronbnodeops.c  |  18 ++---
 src/bozo/ezbnodeops.c    |   6 +-
 src/bozo/fsbnodeops.c    |  82 +++++++++++------------
 7 files changed, 188 insertions(+), 235 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to