diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-23 02:14:35 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-23 02:14:35 +0100 |
commit | 9d4cad6307b3d92a2b0a6c43da0aa859e846c44d (patch) | |
tree | 2a7563e219656ad1cd794590277781017322e906 /config/environments | |
parent | 53ae431867cbb5f8c49f6123dcae530ee472ee71 (diff) |
Improve glow
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 62ea217ef..67ff63914 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,7 +43,7 @@ Rails.application.configure do config.log_level = :debug # Prepend all log lines with the following tags. - config.log_tags = [ :request_id ] + config.log_tags = [:request_id] # Use a different logger for distributed setups. # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) |