Closed CharlieC3 closed 7 months ago
[Fixing this issue will also unblock chainhook alerting for thread panic.]
:tada: This issue has been resolved in version 1.4.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
It seems panic logs are not being printed in correct JSON syntax, which may cause issues when our log collectors try to parse them. Additionally, panic logs may not be getting classified correctly as
fatal
level (a rank aboveerror
level). See here for various supported log levels we can use.Ideally all panics would be printed in valid JSON, and be classified as
fatal
(or something similar to thecritical
log level referenced in the link above).Referenced panic, but a fix may be needed for all panics.