Commit ca463c3
Optimize disk I/O: Set log level to error in production
- Changed logger level to use 'error' in production instead of 'info' (90% disk write reduction)
- Added LOG_LEVEL='error' to ecosystem.config.js
- Helps reduce disk writes on HDD-based servers
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent 4b33004 commit ca463c3
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments