From 9be33f1a8e952511a4c8c307f07bc819c5dfd9c6 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 18 May 2004 05:47:27 +0000 Subject: Add date formatting capability for logger (bug #1665) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2999 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/logger.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/logger.conf.sample') 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. ; -- cgit v1.2.3