Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
modify default formatter should be stdlib formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Jan 31, 2015
1 parent 5cefde8 commit c9af2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chrono_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ChronoLogger < Logger
def initialize(logdev)
@progname = nil
@level = DEBUG
@default_formatter = Formatter.new
@default_formatter = ::Logger::Formatter.new
@formatter = nil
@logdev = nil
if logdev
Expand Down

0 comments on commit c9af2b7

Please sign in to comment.