I'm occasionally seeing this in syslog:
[*** LOG ERROR #0027 ***] [2022-06-15 02:50:14] [MyApp] {argument index out of range}
But how do I figure out which line of code or function this is coming from? Does LOG ERROR
mean it's coming from a call to error()
or is it just indicating there's an error?