Decrease logging verbosity

Things are working fairly well and we don't need to the super verbose
logging to debug things not starting. This commit decreases the
verbosity to just info and above.

Change-Id: I1803d6f47ca771351fc14d894abad39a417643a1
This commit is contained in:
Matthew Treinish 2017-05-01 20:27:33 -04:00
parent bd766c78d0
commit d0db8613af
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 3 additions and 3 deletions

View File

@ -507,8 +507,8 @@ log_type error
log_type warning
log_type notice
log_type information
log_type debug
log_type all
#log_type debug
#log_type all
# Change the websockets logging level. This is a global option, it is not
# possible to set per listener. This is an integer that is interpreted by
@ -519,7 +519,7 @@ log_type all
# If set to true, client connection and disconnection messages will be included
# in the log.
connection_messages true
connection_messages false
# If set to true, add a timestamp value to each log message.
log_timestamp true