Commit 607c38c
committed
Make the rails log level configurable in development
When running rake tasks locally there can be a lot of output from SQL queries and active storage, making it harder to see warnings.
Make it possible to configure the Rails log level in development using environment variables.
This is just like the code in production.rb except it uses the development default of debug.1 parent ea6a95e commit 607c38c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments