Commit 1937adf
committed
Remove extra logging config
This was confusing as the logger was configured twice in this file.
Previous versions of rails didn't log to STDOUT in prod by default, they do now so we can remove this and the log_formatter setting.
The formatter is also not used if the logger is set [1]
[1] https://guides.rubyonrails.org/configuring.html#config-log-formatter1 parent afb9d93 commit 1937adf
1 file changed
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 85 | | |
99 | 86 | | |
100 | 87 | | |
| |||
0 commit comments