Commit 15ab755
Make STDOUT log pattern configurable via WAVE_LOG_STDOUT_PATTERN (#1055)
* Add date to STDOUT log pattern in logback
Include month and day in the console appender timestamp so log entries
are unambiguous when read across days (e.g. in k8s pod logs).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Make STDOUT log pattern configurable via WAVE_LOG_STDOUT_PATTERN
Allows per-deployment override of the Logback STDOUT pattern (e.g. to
omit the date prefix when the log collector already timestamps lines).
Default pattern is unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1a570db commit 15ab755
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments