forked from e621ng/e621ng
Fix insane production logging level
This commit is contained in:
parent
3d792e8d98
commit
7026209af9
@ -48,7 +48,7 @@ Rails.application.configure do
|
||||
|
||||
# Use the lowest log level to ensure availability of diagnostic information
|
||||
# when problems arise.
|
||||
config.log_level = :info
|
||||
config.log_level = :error
|
||||
|
||||
# Prepend all log lines with the following tags.
|
||||
config.log_tags = [ :request_id ]
|
||||
|
Loading…
Reference in New Issue
Block a user