conf: add syslog logging defaults

This commit is contained in:
Nick Owens 2015-11-07 18:06:31 -08:00
parent 0bff097afb
commit 20b553461b

View File

@ -245,6 +245,18 @@ daily_rotate = true
# Expired days of log file(delete after max days), default is 7
max_days = 7
[log.syslog]
level =
# Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
network =
address =
# Syslog facility. user, daemon and local0 through local7 are valid.
facility =
# Syslog tag. By default, the process' argv[0] is used.
tag =
#################################### AMPQ Event Publisher ##########################
[event_publisher]
enabled = false