Update deprecated log-config option in docs

In change I1f25300d44b04ca5bcdd9b505319f0d089a9c964, log-config has been
removed and replaced with log_config_append

Change-Id: I7533f6eebfdb5ad5f2594a5436814fcecfc4c583
This commit is contained in:
Jake Yip 2018-03-12 12:58:23 +11:00
parent 2d738f7082
commit 39f6159bde

View File

@ -10,7 +10,7 @@ the configuration file, add this line to the ``/etc/nova/nova.conf`` file:
.. code-block:: ini
log-config=/etc/nova/logging.conf
log_config_append=/etc/nova/logging.conf
To change the logging level, add ``DEBUG``, ``INFO``, ``WARNING``, or ``ERROR``
as a parameter.