Skip to content

Commit

Permalink
Encourage use of tagged logging even when using a different logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 19, 2011
1 parent c83d9a1 commit 1359152
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
# config.log_tags = [ :subdomain, :uuid ] # config.log_tags = [ :subdomain, :uuid ]


# Use a different logger for distributed setups # Use a different logger for distributed setups
# config.logger = SyslogLogger.new # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)


# Use a different cache store in production # Use a different cache store in production
# config.cache_store = :mem_cache_store # config.cache_store = :mem_cache_store
Expand Down

0 comments on commit 1359152

Please sign in to comment.