1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-15 14:10:05 +02: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 tcp_nodelay = 0
# loglevel # loglevel
# debug, info, notice, warn, err, emerg, crit
log_level = info log_level = info
#################################################################### ####################################################################