Set default log level to debug in dev mode

pull/11964/head
Oliver Günther 2 years ago
parent 17e60e1bd9
commit 616c1a5a2f
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      config/constants/settings/definitions.rb

@ -529,7 +529,7 @@ Settings::Definition.define do
writable: true
add :log_level,
default: 'info',
default: Rails.env.development? ? 'debug' : 'info',
writable: false
add :log_requesting_user,

Loading…
Cancel
Save