mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 08:09:48 -05:00
chore: Add timing information to behavior exit log
This commit is contained in:
parent
f12451be01
commit
4310912c74
@ -824,7 +824,10 @@ class Browser:
|
||||
and type(msg["result"]["result"]["value"]) == bool
|
||||
and msg["result"]["result"]["value"]
|
||||
):
|
||||
self.logger.info("behavior decided it has finished")
|
||||
self.logger.info(
|
||||
"behavior decided it has finished after %.1fs",
|
||||
time.time() - start,
|
||||
)
|
||||
return
|
||||
except BrowsingTimeout:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user