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

Commit

Permalink
Override
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 24, 2017
1 parent 3b573ed commit 92e80a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/timber.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# core classes
require "json" # brings to_json to the core classes

begin
require "rails_stdout_logging"
module RailsStdoutLogging
class Rails3 < Rails
def self.set_logger(config)
end
end
end
rescue Exception
end

# Base (must come first, order matters)
require "timber/config"
require "timber/context"
Expand Down

0 comments on commit 92e80a9

Please sign in to comment.