Commit bfbb1b4
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 797d29d commit bfbb1b4
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