Explorar el Código

Enable debug logging in production

master
Adrian Short hace 11 años
padre
commit
275b9a2a5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config/environments/production.rb

+ 1
- 1
config/environments/production.rb Ver fichero

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

# See everything in the log (default is :info)
# config.log_level = :debug
config.log_level = :debug

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


Cargando…
Cancelar
Guardar