Add automatically generated documentation for the configuration options using oslo_config.sphinxext. Change-Id: I8a58303b09aa5b0c04c083c85d50b87e3efe28e0
36 lines
654 B
ReStructuredText
36 lines
654 B
ReStructuredText
====================================
|
|
Welcome to oslo.log's documentation!
|
|
====================================
|
|
|
|
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
|
|
opts
|
|
contributing
|
|
history
|
|
|
|
API Documentation
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
api/*
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. _oslo: https://wiki.openstack.org/wiki/Oslo
|