diff --git a/packit_service/worker/parser.py b/packit_service/worker/parser.py index f0ae69979..9a58f9db1 100644 --- a/packit_service/worker/parser.py +++ b/packit_service/worker/parser.py @@ -1922,7 +1922,7 @@ def parse_logdetective_analysis_event(event) -> Optional[logdetective.Result]: analysis_id=analysis_id ) if not log_detective_run: - logger.error( + logger.info( f"Received results Log Detective analysis: '{analysis_id}' " "but no analysis with this id was requested." )