Skip to content
  • Will Lahti's avatar
    [FAB-2351] Update loggers to flogging.MustGetLogger · 7132dd54
    Will Lahti authored
    
    
    This CR updates all loggers throughout the code base to use
    `flogging.MustGetLogger`. This function wraps `logging.MustGetLogger`
    and tracks the logger modules defined in the system. This enables the
    ability to set log levels for modules using regular expressions.
    and make it easy to change the levels for any module and all its
    submodules with a single command (e.g. gossip, ledger, msp).
    
    Change-Id: If5d3229ea2312adb56fc21bfdafbed3d967cf1df
    Signed-off-by: default avatarWill Lahti <wtlahti@us.ibm.com>
    7132dd54