mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
add syslog logging option
This commit is contained in:
parent
53b7eba31a
commit
5261a3e845
4 changed files with 73 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue