mirror of
https://github.com/internetee/registry.git
synced 2025-08-18 23:43:57 +02:00
added logging state to the application.yml
This commit is contained in:
parent
d5f2283836
commit
6eddc766a2
2 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,9 @@ Rails.application.configure do
|
|||
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
||||
end
|
||||
|
||||
|
||||
config.log_level = ENV['log_level'] || :debug
|
||||
|
||||
# Do not dump schema after migrations.
|
||||
config.active_record.dump_schema_after_migration = false
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue