Skip to content

Commit 9a5ef91

Browse files
adi2011ShahanaFarooqui
authored andcommitted
Change LOG_INFORM to LOG_TRACE in chanbackup
plugin_log inside after_send_scb_single was logging after sending peer storage to each peer which could lead to spam in logs for big nodes, hence we should reduce the log level to log_trace for it. Changelog-Fixed: Suppress logs from chanbackup
1 parent 8a56ccd commit 9a5ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/chanbackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ static struct command_result *after_send_scb_single(struct command *cmd,
452452
const jsmntok_t *params,
453453
struct info *info)
454454
{
455-
plugin_log(cmd->plugin, LOG_INFORM, "Peer storage sent!");
455+
plugin_log(cmd->plugin, LOG_TRACE, "Peer storage sent!");
456456
if (--info->idx != 0)
457457
return command_still_pending(cmd);
458458

0 commit comments

Comments
 (0)