Procházet zdrojové kódy

Change production logging config

master
Adrian Short před 11 roky
rodič
revize
a5f9355272
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      config/environments/production.rb

+ 3
- 1
config/environments/production.rb Zobrazit soubor

@@ -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 ]


Načítá se…
Zrušit
Uložit