From 524043f6b7ee4c3120d6e7e00bad154e4ad82668 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Mon, 11 Aug 2014 12:48:56 +0200 Subject: [PATCH] docs: Use :confval:-syntax, add fixes for logging issue --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 386e9423..f100d909 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,8 @@ v0.20.0 (UNRELEASED) **Logging** -- Fix that some loggers would be disabled if logging/config_file was set. +- Fix that some loggers would be disabled if :confval:`logging/config_file` was + set. (Fixes: :issue:`740`) v0.19.4 (UNRELEASED)