1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-24 20:37:27 +01:00

adding possible values for syslog level

This commit is contained in:
kakwa 2016-08-26 00:06:56 +02:00
parent 37dbc3b486
commit 45e5248e56

View File

@ -81,6 +81,7 @@ request_timeout_ms = 30000
tcp_nodelay = 0
# loglevel
# debug, info, notice, warn, err, emerg, crit
log_level = info
####################################################################