Skip to content

Commit

Permalink
Use github url for homepage of log4r [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed May 29, 2014
1 parent b8be14a commit fc63e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This would also define the following accessors: `Product#name` and
SQLite3[link:classes/ActiveRecord/ConnectionAdapters/SQLite3Adapter.html].


* Logging support for Log4r[http:https://log4r.rubyforge.org] and Logger[http:https://www.ruby-doc.org/stdlib/libdoc/logger/rdoc].
* Logging support for Log4r[https:https://github.com/colbygk/log4r] and Logger[http:https://www.ruby-doc.org/stdlib/libdoc/logger/rdoc].

ActiveRecord::Base.logger = ActiveSupport::Logger.new(STDOUT)
ActiveRecord::Base.logger = Log4r::Logger.new('Application Log')
Expand Down

0 comments on commit fc63e80

Please sign in to comment.