aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-17 16:39:41 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-17 16:39:41 +0000
commite1c07ca6032d8ca26d9249fdc1ebc37a97d1db04 (patch)
treec36f332f347cde20a7331a3689093c247a40d213 /configs
parentc545fbca3d11049e116520a0f2300f47d6b4694f (diff)
Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79901 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/logger.conf.sample10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 09099b6a0..23afdd42d 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