log -- Notification for log events
DESCRIPTION
Notification added in v24.02.
The log notification informs whenever lightningd emits a log message and exposes the same payload shape as warning.
NOTIFICATION PAYLOAD
- level (string) (one of "io", "trace", "debug", "info", "unusual", "broken"): The log level of the emitted message.
- time (string): The event time as seconds since epoch with subsecond precision.
- timestamp (string): The event time in ISO 8601 format.
- source (string): The source component that emitted the log entry.
- log (string): The original log message.