From: Andrew Siplas Date: Mon, 12 Oct 2020 05:45:44 +0000 (-0400) Subject: logger.conf.sample: add missing comment mark X-Git-Tag: 18.1.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff33f7f44fc5918369f1c1d20521fd1769f86dea;p=thirdparty%2Fasterisk.git logger.conf.sample: add missing comment mark Add missing comment mark from stock configuration. ASTERISK-29123 #close Change-Id: I4f94eb4544166bca8af4c17fd11edee3c6980620 --- diff --git a/configs/samples/logger.conf.sample b/configs/samples/logger.conf.sample index d917e6380d..98dd7b6a66 100644 --- a/configs/samples/logger.conf.sample +++ b/configs/samples/logger.conf.sample @@ -112,7 +112,7 @@ ; - [plain] - The plain formatter, this outputs log messages using a ; human readable format with the addition of function name ; and line number. No color escape codes are ever printed - nor are verbose messages treated specially. +; nor are verbose messages treated specially. ; - [json] - Log the output in JSON. Note that JSON formatted log entries, ; if specified for a logger type of 'console', will be formatted ; per the 'default' formatter for log messages of type VERBOSE.