Ian Cordasco 15526473b0 Default use_stderr to False
While defaulting use_stderr to True might be a useful development
default, it is not useful for operators. Operators using systemd,
upstart, or any of these kinds of services, will find that if they
specify --log-file they will have two copies of the same logs on their
disk:

- one in the service log (e.g., /var/log/upstart)
- one in the log file they specify with --log-file

Instead of operators having to disable stderr log in every
configuration, we should just default it to False here.

Closes-bug #1588051

Change-Id: I85f8670d98d03101888fb7bb0c89eb809719b4e8
2016-08-18 11:16:26 +08:00
2016-08-18 11:16:26 +08:00
2016-08-18 11:16:26 +08:00
2016-07-12 15:46:54 +08:00
2015-09-22 20:35:42 +00:00
2016-07-12 15:46:54 +08:00

oslo.log -- Oslo Logging Library

Latest Version

Downloads

The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc).

Description
Logging library.
Readme 7.5 MiB
Languages
Python 100%