oslo.log/oslo_log
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
..
fixture Expose fixtures through oslo_log.fixture 2015-01-30 11:37:42 -05:00
locale Imported Translations from Zanata 2016-07-01 06:28:23 +00:00
tests Fix parameters of assertEqual are misplaced 2016-07-21 15:06:19 +00:00
__init__.py Move files out of the namespace package 2014-12-17 21:43:41 -05:00
_i18n.py Update translation setup 2016-01-30 00:24:55 +09:00
_options.py Default use_stderr to False 2016-08-18 11:16:26 +08:00
formatters.py Make available to log encoded strings as arguments 2016-06-02 18:16:09 +03:00
handlers.py Convert unicode data to utf-8 before calling syslog.syslog() 2016-05-27 15:38:56 +02:00
helpers.py Enable log_method_call to work on static method 2016-03-28 08:31:14 -07:00
log.py Reload log_config_append config on SIGHUP 2016-07-06 17:46:46 +01:00
loggers.py Merge "Deprecate WritableLogger - used for eventlet logging" 2015-05-21 20:07:06 +00:00
version.py Add reno for release notes management 2016-02-11 18:26:08 +00:00
versionutils.py Provide a normal method for deprecation warnings. 2016-06-08 13:09:56 +10:00
watchers.py Reduce READ_FREQ and TIMEOUT for watch-file 2016-05-13 02:05:31 -07:00