Closed HolQue closed 6 months ago
Hello Holger,
I pushed commit b3a65f87c05 to improve the method of logging error messages when loading the configuration failed. I also pushed commit bed8201f9 to update reference log for the Selftest.
Thank you, Son
Retest successful. Issue can be closed.
Released with RobotFramework AIO 0.12.0
Hi Son,
at a lot of positions you apply the same error message to both
logger.error()
andBuiltIn().unknown
:This causes unnecessary redundancy in console and in log file:
This is confusing and makes no sense. It is possible to split available information in a more meaningful way. And a generic function should be used for logging UNKNOWN tests (and the same for failed tests).
Something like:
Now you can do this:
In log file this looks much more plausible now: