From 782b66289857c2ce86988193f95aeb79aa19024d Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Fri, 17 Aug 2007 16:39:41 +0000
Subject: [PATCH] Documentation for %q in logger.conf, as suggested by jtodd
 (closes issue #10475)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/logger.conf.sample | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 09099b6a08..23afdd42d8 100644
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -8,10 +8,16 @@
 ; of the logging system.
 
 [general]
+;
 ; Customize the display of debug message time stamps
 ; this example is the ISO 8601 date format (yyyy-mm-dd HH:MM:SS)
-; see strftime(3) Linux manual for format specifiers
-;dateformat=%F %T
+;
+; see strftime(3) Linux manual for format specifiers.  Note that there is also
+; a fractional second parameter which may be used in this field.  Use %1q
+; for tenths, %2q for hundredths, etc.
+; 
+;dateformat=%F %T       ; ISO 8601 date format
+;dateformat=%F %T.%3q   ; with milliseconds
 ;
 ; This appends the hostname to the name of the log files.
 ;appendhostname = yes
-- 
GitLab