Am 09.04.2015 10:04 schrieb "Nikita Popov" <nikita....@gmail.com>: > > New message: > > UnexpectedValueException: Failed to open directory "" in %s on line %d >... > Essentially exceptions would display like ordinary error, but with "Fatal > error" / "Warning" / ... replaced by the exception name, and showing a > stack trace after the error.
Can you please keep some kind of keyword in front? I'd be most happy with "Fatal error " followed by the exception name.... but a single "Fatal ", "Error ", or "Uncaught " would be okay. Otherwise, now positive grepping alerters (ours looks for "error" in the first or second ws-separated column), would need to be changed to negative ones (alert me immediately except for Notice, Warning, whatever comes up later...) We also do a daily aggregation on the first non-ws non-PHP item in the line, which would probably need some love with that new format. Nothing big that we couldn't work around, but IMO it always makes sense to have clear "severity" indicators at the front of log lines. best regards Patrick