From 5ac43a5df39a5282edb16e3ce6308f7b53ccb3d8 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 19 Jul 2024 11:28:40 -0700 Subject: [PATCH] dont log these --- pkg/triggers/crontimer/custom.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/triggers/crontimer/custom.go b/pkg/triggers/crontimer/custom.go index b6f8bd53a..ffd83cd3e 100644 --- a/pkg/triggers/crontimer/custom.go +++ b/pkg/triggers/crontimer/custom.go @@ -162,9 +162,8 @@ func (c *cmd) PollUpCheck(ctx context.Context, input *common.ActionInput) { Route: website.ClientRoute, Event: website.EventCheck, Payload: c.CIC.Info(ctx, true), // true avoids polling tautulli. - LogPayload: true, + LogPayload: false, ErrorsOnly: true, - LogMsg: string(TrigUpCheck), }) if err != nil { c.Errorf("[%s requested] Polling Notifiarr: %v", input.Type, err)