RETIRED, further work has moved to Debian project infrastructure
Go to file
Eric Brown c0a1b7c892 Explicitly exclude tests from bandit scan
Now that the bandit linter runs without a bandit.yaml specified,
it should exclude the tests directory similar to how it did before
in the bandit.yaml.

The reason this has not caused a problem yet is because bandit is
still finding a config bandit.yaml in .tox/pep8/etc/bandit/bandit.yaml.
But in a newer version of bandit this will not be the case.

Change-Id: I4fd5b0cc60309dfc207cdf2025caae37836391da
2016-03-12 20:07:51 -08:00
doc/source Fix broken links in docs usage page 2016-03-04 21:12:45 +00:00
oslo_log Merge "Unit test cleanup and validation improvements" 2016-03-10 08:34:03 +00:00
releasenotes Update reno for stable/mitaka 2016-03-09 11:53:00 -05: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-02-26 01:52:23 +00:00
setup.cfg Update translation setup 2016-01-30 00:24:55 +09:00
setup.py Updated from global requirements 2015-09-22 20:35:42 +00:00
test-requirements.txt Updated from global requirements 2016-02-19 02:36:03 +00:00
tox.ini Explicitly exclude tests from bandit scan 2016-03-12 20:07:51 -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).