]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
logger.conf.sample: add missing comment mark
authorAndrew Siplas <andrew@asiplas.net>
Mon, 12 Oct 2020 05:45:44 +0000 (01:45 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 16 Oct 2020 12:09:28 +0000 (07:09 -0500)
Add missing comment mark from stock configuration.

ASTERISK-29123 #close

Change-Id: I4f94eb4544166bca8af4c17fd11edee3c6980620

configs/samples/logger.conf.sample

index d917e6380d4af67c8384d03221d73d4ec50c138f..98dd7b6a6602159e564b39119853dc11ccaa1f74 100644 (file)
 ;   - [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.