← Back to team overview

lazr-developers team mailing list archive

[Bug 310774] Re: Standard way of configuring logging

 

Log file location is already supported as a string. Log rotation is
commonly done by other tools; it is not the concern of lazr.config. The
log level was implemented by Barry, so I think the work that should be
done is complete.

** Changed in: lazr.config
       Status: Triaged => Fix Released

-- 
Standard way of configuring logging
https://bugs.launchpad.net/bugs/310774
You received this bug notification because you are a member of LAZR
Developers, which is the registrant for lazr.config.

Status in lazr.config: Fix Released

Bug description:
It's useful to be able to set:
    - log file location
    - severity level cutoff
    - rotation policy
      - how often
      - how are files renamed
      - how many old files are kept

in a configuration file that can be easily edited by sysadmins, rather than in Python code that constructs and assembles logging.Handler objects.



References