Logging library.
Go to file
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
doc/source Replace "LOG.exception(_" with "LOG.exception(_LE" 2016-07-11 20:13:38 +08:00
oslo_log Default use_stderr to False 2016-08-18 11:16:26 +08:00
releasenotes Default use_stderr to False 2016-08-18 11:16:26 +08:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:22:34 -04:00
.gitignore Merge "Add reno for release notes management" 2016-02-18 20:49:12 +00:00
.gitreview exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.testr.conf Move files out of the namespace package 2014-12-17 21:43:41 -05:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:41:05 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
requirements.txt Updated from global requirements 2016-07-29 02:33:52 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-12 15:46:54 +08:00
setup.py Updated from global requirements 2015-09-22 20:35:42 +00:00
test-requirements.txt Remove discover from test-requirements 2016-07-14 08:11:42 +02:00
tox.ini Add Python 3.5 classifier and venv 2016-07-12 15:46:54 +08:00

README.rst

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).