aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 05:47:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 05:47:27 +0000
commit9be33f1a8e952511a4c8c307f07bc819c5dfd9c6 (patch)
treecdae923c924b53b4624513c72428260fc084d232 /configs/logger.conf.sample
parent02f968258ce2988bbb4a0103aa3896a55488cba4 (diff)
Add date formatting capability for logger (bug #1665)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2999 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/logger.conf.sample')
-rwxr-xr-xconfigs/logger.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 66f0613ac..ed48ed627 100755
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -3,6 +3,13 @@
;
; In this file, you configure logging to files or to
; the syslog 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
+
;
; For each file, specify what to log.
;