From c43f02245fb8e737d33aedc50c3e2c01cb9258d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 27 May 2018 17:08:22 +0200 Subject: [PATCH] update configuration.rst - fix default values for 'log' and 'unsupportedfile' [ci skip] --- docs/configuration.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 68ebb1b2..ee2e4c19 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -734,8 +734,8 @@ output.log ---------- =========== ===== Type |Logging Configuration|_ or ``string`` -Default ``null`` -Description Configuration for the standard logging to stderr. +Default ``"[{name}][{levelname}] {message}"`` +Description Configuration for standard logging output to stderr. If this is a simple ``string``, it specifies the format string for logging messages. @@ -757,6 +757,8 @@ output.unsupportedfile Type |Logging Configuration|_ or |Path|_ Default ``null`` Description File to write external URLs unsupported by *gallery-dl* to. + + The default format string here is ``"{message}"``. =========== =====