mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Flush stdout immediately in development in order to get realtime log output in docker
This commit is contained in:
parent
abd23fb84c
commit
c168e628e2
1 changed files with 4 additions and 0 deletions
|
@ -34,4 +34,8 @@ Rails.application.configure do
|
||||||
|
|
||||||
# Raises error for missing translations
|
# Raises error for missing translations
|
||||||
# config.action_view.raise_on_missing_translations = true
|
# config.action_view.raise_on_missing_translations = true
|
||||||
|
|
||||||
|
# flush stdout in order to get logs in realtime
|
||||||
|
$stdout.sync = true
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue