1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

adding possible values for syslog level

This commit is contained in:
kakwa 2016-08-26 00:06:56 +02:00
parent aa5710be21
commit d0a9f0f57d

View file

@ -80,7 +80,8 @@ request_timeout_ms = 30000
# Enable TCP_NODELAY socket option on client connections.
tcp_nodelay = 0
# loglevel
# loglevel
# debug, info, notice, warn, err, emerg, crit
log_level = info
####################################################################