All the Page Should Contain keywords (and Frame Should Contain, etc.) have a default loglevel of INFO.
This causes the logs at INFO level to be huge, especially if you use the Wait Until variants, which log the whole html each time it's checked.
That means that:
- I live with 5+ MB logs per test case fail (imagine when several tests fail)
or
- Have to explicitly set the
loglevel argument each time these keywords are used.
Another option would be to extend SeleniumLibrary and change that default, but I would really like to get away from that.
The request is to add the ability to set the loglevel for this family of keywords.