about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-23 02:14:35 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-23 02:14:35 +0100
commit9d4cad6307b3d92a2b0a6c43da0aa859e846c44d (patch)
tree2a7563e219656ad1cd794590277781017322e906 /config/environments
parent53ae431867cbb5f8c49f6123dcae530ee472ee71 (diff)
Improve glow
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
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)