Added log levels

This commit is contained in:
int 80h
2020-05-28 17:56:42 -04:00
parent 44f37e139b
commit 258d2b9ef6
3 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
port = 1965
# use "::" for ipv6 and ipv4 or "0.0.0.0" for ipv4 only
host = "::"
# log is optional and server wide. It defaults to info if not set. Other levels
# are error, warn, and info. If error is set it will only show error. If warn
# is set it will show error and warn. Info shows all three.
log = "info"
# There must be at least 1 server tag if a client doesn't send sni the server
# will use this tag as its default.