INFO log levels for staging/development
This commit is contained in:
@@ -21,6 +21,7 @@ Rails.application.configure do
|
||||
# Enable server timing
|
||||
config.server_timing = true
|
||||
config.action_dispatch.x_sendfile_header = "X-Sendfile"
|
||||
config.log_level = :info
|
||||
|
||||
# Enable/disable caching. By default caching is disabled.
|
||||
# Run rails dev:cache to toggle caching.
|
||||
|
||||
@@ -19,6 +19,7 @@ Rails.application.configure do
|
||||
|
||||
# Enable server timing
|
||||
config.server_timing = true
|
||||
config.log_level = :info
|
||||
|
||||
config.action_dispatch.x_sendfile_header = "X-Sendfile"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user