Skip to content

Commit

Permalink
Fix for rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Banduk committed Jan 8, 2021
1 parent 07182de commit f3a08cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pier_logging/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module PierLogging
class Logger < Ougai::Logger
include ActiveSupport::LoggerThreadSafeLevel
include LoggerSilence
include ActiveSupport::LoggerSilence if defined?(ActiveSupport::LoggerSilence)

def initialize(*args)
super
Expand Down
2 changes: 1 addition & 1 deletion lib/pier_logging/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PierLogging
VERSION = "0.2.5"
VERSION = "0.3.0"
end

0 comments on commit f3a08cb

Please sign in to comment.