Skip to content

Commit

Permalink
Change redundant log to Debug (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
  • Loading branch information
musaprg authored Jan 4, 2024
1 parent f04e7b2 commit 4ce0948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (s *syncer) registerRulesToEpgStation(ctx context.Context, works []annictWo
// recording rule with same keyword has already been registered
// skip registration
// TODO: Remove this logic after introducing cleanup logic
slog.Info("recording rule with same keyword has already been registered", slog.String("keyword", work.Title))
slog.Debug("recording rule with same keyword has already been registered", slog.String("keyword", work.Title))
return nil
}
body := epgstation.PostRulesJSONRequestBody{
Expand Down

0 comments on commit 4ce0948

Please sign in to comment.