Skip to content

Commit 4ce0948

Browse files
authored
Change redundant log to Debug (#96)
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent f04e7b2 commit 4ce0948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/syncer/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func (s *syncer) registerRulesToEpgStation(ctx context.Context, works []annictWo
170170
// recording rule with same keyword has already been registered
171171
// skip registration
172172
// TODO: Remove this logic after introducing cleanup logic
173-
slog.Info("recording rule with same keyword has already been registered", slog.String("keyword", work.Title))
173+
slog.Debug("recording rule with same keyword has already been registered", slog.String("keyword", work.Title))
174174
return nil
175175
}
176176
body := epgstation.PostRulesJSONRequestBody{

0 commit comments

Comments
 (0)