Skip to content

Commit 5e74e4d

Browse files
authored
Switch log level from NOTICE to DEBUG for active context checkpoint logs (netdata#22758)
1 parent 89f87ba commit 5e74e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/database/contexts/rrdcontext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static void rrdcontext_checkpoint_execute(RRDHOST *host, const char *claim_id, c
324324
return;
325325

326326
if(rrdhost_flag_check(host, RRDHOST_FLAG_ACLK_STREAM_CONTEXTS)) {
327-
nd_log(NDLS_DAEMON, NDLP_NOTICE,
327+
nd_log(NDLS_DAEMON, NDLP_DEBUG,
328328
"RRDCONTEXT: checkpoint for claim id '%s', node id '%s', "
329329
"while node '%s' has an active context streaming.",
330330
claim_id, node_id, rrdhost_hostname(host));

0 commit comments

Comments
 (0)