Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbaig committed May 29, 2024
1 parent 29721a2 commit 0abfd83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/semantic_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
config.log_tags = [:request_id] # Prepend all log lines with the following tags
end

SemanticLogger.add_appender(io: STDOUT, level: Rails.application.config.log_level, formatter: Rails.application.config.log_format)
SemanticLogger.add_appender(io: $stdout, level: Rails.application.config.log_level,
formatter: Rails.application.config.log_format)
Rails.application.config.logger.info('Application logging to STDOUT')

0 comments on commit 0abfd83

Please sign in to comment.