lib/timber/config.rb in timber-2.0.22 vs lib/timber/config.rb in timber-2.0.23

- old
+ new

@@ -35,10 +35,10 @@ end # This is useful for debugging. This Sets a debug_logger to view internal Timber library # log messages. The default is `nil`. Meaning log to nothing. # - # See `debug_to_file` and `debug_to_stdout` for convenience methods that handle creating + # See {#debug_to_file} and {#debug_to_stdout} for convenience methods that handle creating # and setting the logger. # # @example Rails # config.timber.debug_logger = ::Logger.new(STDOUT) # @example Everything else \ No newline at end of file