Robot: Set Log Level

Set Log Level

Available log levels

Messages in logfiles can have different log levels. Some of the messages are written byRobot Framework itself, but also executed keywords canloginformation using different levels. The available log levels are:

Setting log level

By default, log messages below INFO are notlogged, but this threshold level can be changed from the command line using the--loglevel (-L) option. This option takes any of theavailable log levels as an argument, and that level becomes the new thresholdlevel. A special value NONE can also be used to disablelogging altogether.

Another possibility to change the log level is using theBuiltInkeyword Set Log Level in the test data. It takesthe same arguments as the --loglevel option, and it alsoreturns the old level so that it can be restored later, for example, in atestteardown.

"Set Log Level"keyword:

Set Log Level

level

Sets the log threshold to the specified level and returns the old level. Messages below the level will not logged. The default logging level is INFO, but it can be overridden with the command line option '--loglevel'. The available levels: TRACE, DEBUG, INFO (default), WARN and NONE (no logging).

發佈了52 篇原創文章 · 獲贊 2 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章