We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyword for setting log level for White's console log. Argument level, should accept values "info", "warn" and "debug" (case insensitive).
level
Instead of a separate keyword for setting log level, White's log level is automatically set according to the current log level of Robot:
Info
Warn
Error
Debug
The text was updated successfully, but these errors were encountered:
Set White Log Level
eeter
Successfully merging a pull request may close this issue.
Keyword for setting log level for White's console log. Argumentlevel
, should accept values "info", "warn" and "debug" (case insensitive).Instead of a separate keyword for setting log level, White's log level is automatically set according to the current log level of Robot:
Info
,Warn
andError
messages logged at Robot'sInfo
levelDebug
messages logged at Robot'sDebug
levelThe text was updated successfully, but these errors were encountered: