qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

Timeout decorator spams WARN-level log messages #79

Closed turunenm closed 2 years ago

turunenm commented 2 years ago

Describe the bug QWeb/internal/decorators.py - timeout_decorator() creates warn level log messages within a timeout loop

To Reproduce Encountered the issue in a confidential environment. [ WARN ] Got From frame decorator: Unable to locate element in given time

Expected behavior Decorator messages should not log at WARN-level

Additional context Change L68 of QWeb/internal/decorators.py - timeout_decorator() to: logger.debug('Got {}'.format(e))