Skip to content

Commit

Permalink
Lower trace level info -> debug (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored Nov 12, 2024
1 parent 5bc3e7d commit 80e063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browsergym/core/src/browsergym/core/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def _task_validate(self):

# safety fix, in case validate() did mess up the active page and/or page history
if prev_active_page != self.page or prev_page_history != self.page_history:
logger.info(
logger.debug(
"The active page and / or page history has changed during task.validate(). A recovery fix will be applied."
)
self.page = prev_active_page
Expand Down

0 comments on commit 80e063b

Please sign in to comment.