Skip to content

Commit 6e1291f

Browse files
committed
v4.17.0
1 parent c37e357 commit 6e1291f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/rails_semantic_logger/engine.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class Engine < ::Rails::Engine
121121
config[:job_logger] = RailsSemanticLogger::Sidekiq::JobLogger
122122
end
123123

124+
# Add back the default console logger unless already added
124125
SemanticLogger.add_appender(io: $stdout, formatter: :color) unless SemanticLogger.appenders.console_output?
125126

126127
# Replace default error handler when present

lib/rails_semantic_logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsSemanticLogger
2-
VERSION = "4.16.0".freeze
2+
VERSION = "4.17.0".freeze
33
end

0 commit comments

Comments
 (0)