Commit 77b7779
committed
fix: bound production Console transport at debug level
Address Bugbot feedback on #1592. The previous 'silly' level meant the
per-query Sequelize logging in src/config/config.js (logger.silly) would
flood journalctl/stdout on busy instances, regardless of APP.LOG_LEVEL.
That contradicts the goal of giving operators a clean operational log
stream.
Tighten the transport to 'debug', which still guarantees that error,
warn, info, verbose, and debug reach journalctl (matching the
application-%DATE%.log file content), but excludes the silly SQL
trace. Operators who actually need per-query output can flip the
transport level locally.1 parent 0f54cc6 commit 77b7779
1 file changed
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
125 | 124 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | | - | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
0 commit comments