lazr-developers team mailing list archive
-
lazr-developers team
-
Mailing list archive
-
Message #00012
[Bug 310774] Re: Standard way of configuring logging
Looks good.
The schema you provide doesn't have any way of specifying things like
log rotation though. I think it would be good to be able to configure
those.
I guess http://docs.python.org/library/logging.html#configuration is
also relevant here.
--
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: Triaged
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