This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Structured logging #7019
Labels
J0-enhancement
An additional feature request.
J2-unconfirmed
Issue might be valid, but it’s not yet known.
It would be useful to have structured logging for all messages produced by the node binary (probably opt-in via command line flag). #3260 mentions structured logging, but only in the context of telemetry.
Right now we rely on logstash to turn plain text logs into JSON, which sometimes gets it wrong. A concrete example is a
debug
message triggering an alert, probably because it contained the string "Error".The text was updated successfully, but these errors were encountered: