Why is the severity level (here: "error") contained twice?
> library(tryCatchLog)
Using futile.logger for logging...
> tryCatchLog(stop("msg"))
ERROR [2021-01-08 18:58:30] [ERROR] msg
Compact call stack:
1 tryCatchLog(stop("msg"))
...
This could be caused by futile logger...
Why is the severity level (here: "error") contained twice?
This could be caused by futile logger...