| ▲ | Random09 2 hours ago | ||||||||||||||||
What I mean is a script that can look through the logs. They are known and deterministic (if you properly handle errors) and you can analyze them statistically. If you don't know what logs your app is outputting, then you have a bigger problem in your hands tbh. | |||||||||||||||||
| ▲ | gabriel-uribe 2 hours ago | parent [-] | ||||||||||||||||
Deterministic scripts are awesome, and they certainly power my internal dashboards. But I'm a human - I will miss things. I maintain too many apps to have entire codebases in memory at this point. Or to continue monitoring all these streams. Logging is cheap - I log as much as possible because an AI will scan it for me. I just want scoped pull requests to review proactively against the slew of things that can happen in prod that I didn't account for in my specs (again, from logs, customer issues, etc). I discard most of them. That is fine. | |||||||||||||||||
| |||||||||||||||||