Skip to content

Commit

Permalink
changed logger level to debug for "This test is not defined in the me…
Browse files Browse the repository at this point in the history
…tric YAML and therefore not performed" messages
  • Loading branch information
huberrob committed Apr 4, 2024
1 parent 3a9b01c commit 31dbc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuji_server/evaluators/fair_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def isTestDefined(self, testid):
if testid in self.metric_tests:
return True
else:
self.logger.info(
self.logger.debug(
self.metric_identifier
+ " : This test is not defined in the metric YAML and therefore not performed -: "
+ str(testid)
Expand Down

0 comments on commit 31dbc93

Please sign in to comment.