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.
LOG_LEVEL
1 parent 3b2be18 commit ff9a1b7Copy full SHA for ff9a1b7
lib/rails_stdout_logging/rails.rb
@@ -8,7 +8,7 @@ def self.heroku_stdout_logger
8
end
9
10
def self.log_level
11
- ([::Rails.application.config.log_level.to_s.upcase, "INFO"] & %w[DEBUG INFO WARN ERROR FATAL UNKNOWN]).compact.first
+ ([(ENV['LOG_LEVEL'] || ::Rails.application.config.log_level).to_s.upcase, "INFO"] & %w[DEBUG INFO WARN ERROR FATAL UNKNOWN]).compact.first
12
13
14
def self.set_logger
0 commit comments