We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d284ba commit 56ef48dCopy full SHA for 56ef48d
lib/better_together/engine.rb
@@ -65,7 +65,7 @@ class Engine < ::Rails::Engine
65
66
# Add custom logging
67
initializer 'better_together.logging', before: :initialize_logger do |app|
68
- app.config.log_tags = [:request_id, :remote_ip]
+ app.config.log_tags = %i[request_id remote_ip]
69
end
70
71
rake_tasks do
0 commit comments