summaryrefslogtreecommitdiff
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2013-01-28 01:50:54 +0000
committerRussell Bryant <russell@russellbryant.com>2013-01-28 01:50:54 +0000
commitdfdf3d9909f89989bf332ed4156e2034a6246a5c (patch)
treeaa8c125ff395c883b1571e6f4c999f5c7382a955 /configs/logger.conf.sample
parent6c74483227aa64f8e08f2b3576f1bbdd0aefb5ce (diff)
Add queue_log_realtime_use_gmt option to logger.conf
Add an option that lets you specify that the timestamps going into the realtime queue log should be in GMT instead of local time. Review: https://reviewboard.asterisk.org/r/2287/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/logger.conf.sample')
-rw-r--r--configs/logger.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 406d6d820..173fce9a3 100644
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -39,6 +39,10 @@
; (defaults to queue_log)
;queue_log_name = queue_log
;
+; When using realtime for the queue log, use GMT for the timestamp
+; instead of localtime. The default of this option is 'no'.
+;queue_log_realtime_use_gmt = yes
+;
; Log rotation strategy:
; none: Do not perform any logrotation at all. You should make
; very sure to set up some external logrotate mechanism