diff options
| author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-26 18:23:44 +0200 |
|---|---|---|
| committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-26 18:23:44 +0200 |
| commit | a69fa93802d94117b604546de0206d3145a033e8 (patch) | |
| tree | 8634a47a2b5d0394e9537a9c50efca5437281902 | |
| parent | 359474a29ee925faf51322707f9c11272542cfd7 (diff) | |
| download | gitlab-ce-print-on-stdout-during-development.tar.gz | |
Print on Stdout during development runprint-on-stdout-during-development
| -rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 23790b84e3c..4fb26517def 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -45,4 +45,6 @@ Rails.application.configure do # Do not log asset requests config.assets.quiet = true + + config.logger = ActiveSupport::TaggedLogging.new(Logger.new($stdout)) end |
