add syslog logging option

This commit is contained in:
Jeff Becker 2016-03-26 09:40:19 -04:00
parent 53b7eba31a
commit 5261a3e845
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
4 changed files with 73 additions and 7 deletions

View file

@ -16,7 +16,10 @@
## Logging configuration section
## By default logs go to stdout with level info
##
## Logs destination (stdout, file)
## Logs destination (stdout, file, syslog)
## stdout - print log entries to stdout
## file - log entries to a file
## syslog - use syslog, see man 3 syslog
#log = file
## Path to logfile (default - autodetect)
#logfile = /var/log/i2pd.log
@ -40,7 +43,7 @@
## don't just uncomment this
#port = 4321
##Enable communication through ipv6
ipv6
ipv6 = true
## Bandwidth configuration
## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - unlimited
## Default is P for floodfill, L for regular node