warning -- Notification for warning-level log events
DESCRIPTION
The warning notification informs whenever lightningd emits a warning or error level event that should be surfaced to plugins.
NOTIFICATION PAYLOAD
- level (string) (one of "warn", "error"): The log level of the warning notification.
- time (string): The event time as seconds since epoch with subsecond precision.
- timestamp (string): The event time in ISO 8601 format. (added v24.02)
- source (string): The source component that emitted the log entry.
- log (string): The original log message.