
Also cleaned up set_default example syntax, to help other projects to implement consistently. Ensured example code passed flake8. Created a dedicated examples page and applicable links to enable viewing and download capability of examples. Change-Id: Idd16321110df824dc89faf86a2cf9f47f38d1f4f Depends-on: I6f92b525c6d0bdf71b01d3ac89d537b458d17e6f
37 lines
637 B
ReStructuredText
37 lines
637 B
ReStructuredText
================================
|
|
oslo.log -- Oslo Logging Library
|
|
================================
|
|
|
|
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).
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
installation
|
|
usage
|
|
migration
|
|
opts
|
|
configfiles/index
|
|
examples
|
|
contributing
|
|
history
|
|
|
|
API Documentation
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
api/*
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|