Skip to content

Commit

Permalink
Fix logger (#109)
Browse files Browse the repository at this point in the history
fix logger
  • Loading branch information
rayrayraykk committed May 24, 2022
1 parent b716a8c commit 66a0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federatedscope/core/monitors/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,4 @@ def update_best_result(best_results,
pass

if update_best_this_round:
logging.info(f"Find new best result: {best_results}")
logger.info(f"Find new best result: {best_results}")

0 comments on commit 66a0766

Please sign in to comment.