ソースを参照

Change production logging config

master
Adrian Short 11年前
コミット
a5f9355272
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      config/environments/production.rb

+ 3
- 1
config/environments/production.rb ファイルの表示

@@ -44,7 +44,9 @@ Apollo::Application.configure do
# config.force_ssl = true

# See everything in the log (default is :info)
config.log_level = :debug
# config.log_level = :debug
config.logger = Logger.new(STDOUT)
config.logger.level = Logger::DEBUG

# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]


読み込み中…
キャンセル
保存