Browse Source

conf: add syslog logging defaults

Nick Owens 10 years ago
parent
commit
20b553461b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      conf/defaults.ini

+ 12 - 0
conf/defaults.ini

@@ -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