* renabling logging

This commit is contained in:
Seth Call 2014-01-29 10:59:14 -06:00
parent 40a8dbd89e
commit 38a8ca08bc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ SampleApp::Application.configure do
config.assets.debug = false
# Set the logging destination(s)
# config.log_to = %w[stdout file]
config.log_to = %w[stdout file]
# Show the logging configuration on STDOUT
config.show_log_configuration = true