Przeglądaj źródła

Change production logging config

master
Adrian Short 11 lat temu
rodzic
commit
a5f9355272
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      config/environments/production.rb

+ 3
- 1
config/environments/production.rb Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz