Enable real logging

This commit turns on logging for INFO+ levels, incoming connections,
and also turns on timestamps in the log file. This should be useful
for actually being able to debug issues.

Change-Id: I489df9b602ef2f0389d055a102612db3990a7ddc
This commit is contained in:
Matthew Treinish 2016-08-02 15:43:57 -04:00
parent 30a782d0b5
commit 695d94cc3c
1 changed files with 6 additions and 6 deletions

View File

@ -483,10 +483,10 @@ log_dest file <%= @log_file %>
# none, subscribe, unsubscribe, websockets, all.
# Note that debug type messages are for decoding the incoming/outgoing
# network packets. They are not logged in "topics".
#log_type error
#log_type warning
#log_type notice
#log_type information
log_type error
log_type warning
log_type notice
log_type information
# 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
@ -497,10 +497,10 @@ log_dest file <%= @log_file %>
# If set to true, client connection and disconnection messages will be included
# in the log.
#connection_messages true
connection_messages true
# If set to true, add a timestamp value to each log message.
#log_timestamp true
log_timestamp true
# =================================================================
# Security