lib/rubix/log.rb in rubix-0.5.4 vs lib/rubix/log.rb in rubix-0.5.5
- old
+ new
@@ -28,11 +28,11 @@
# The default logger's severity.
#
# Will attempt to read from
#
- # - <tt>Settings[:log_level]</tt> if <tt>Settings</tt> is defined (see Configliere[http://github.com/infochimps/configliere])
+ # - <tt>Settings[:log_level]</tt> if <tt>Settings</tt> is defined (see Configliere[https://github.com/infochimps-labs/configliere])
# - the <tt>RUBIX_LOG_LEVEL</tt> environment variable if defined
#
# The default is 'info'.
#
# @return [Fixnum]
@@ -55,10 +55,10 @@
# The default logger's path.
#
# Will attempt to read from
#
- # - <tt>Settings[:log]</tt> if <tt>Settings</tt> is defined (see Configliere[http://github.com/infochimps/configliere])
+ # - <tt>Settings[:log]</tt> if <tt>Settings</tt> is defined (see Configliere[https://github.com/infochimps-labs/configliere])
# - the <tt>RUBIX_LOG_PATH</tt> environment variable if defined
#
# Defaults to writing <tt>stdout</tt>.
def self.default_log_path
case