5 ms·
hmm maybe we need extra representation? eg: 2.0 for "trace" / 1.0 for "debug" / 0.0 for "info" / -1.0 for "warn" / -2.0 for "error that can be handled"
by sysguest 9mo ago
hmm maybe we need extra representation?
eg:
2.0 for "trace" /
1.0 for "debug" /
0.0 for "info" /
-1.0 for "warn" /
-2.0 for "error that can be handled"
- wredcoll 9mo agoI said this elsewhere, but the point here is what the humans involved are supposed to do with this info. Do I literally get out of bed on an error log or do I grep for them once or twice a month?
- ivan_gammel 9mo agoYou should never get out of bed on an error in the log. Logs are for retrospective analysis, health checks and metrics are for situational awareness, alerts are for waking people up.