We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3531039 commit bf88011Copy full SHA for bf88011
config/application.rb
@@ -36,7 +36,7 @@ class Application < Rails::Application
36
config.lograge.formatter = Lograge::Formatters::Logstash.new
37
config.lograge.logger = LogStashLogger.new(type: :stdout)
38
config.logger = config.lograge.logger ## LogStashLogger needs to be pass to rails logger, see roidrage/lograge#26
39
- config.log_level = ENV["LOG_LEVEL"].to_sym ## Log level in a config level configuration
+ config.log_level = ENV["LOG_LEVEL"].to_sym || :info
40
41
config.lograge.ignore_actions = [
42
"HeartbeatController#index",
0 commit comments