#robot framework
Robot Framework logging full traceback of errors and exceptions
By default Robot Framework only shows the message of an exception. You get to know the failing keyword but no details about the underlying python code which threw the exception. You can retrieve this information either by changing the log level or via a custom Robot Framework Listener.
27 June 2025
Structured logging with Robot Framework and structlog
Learn how to integrate structlog with Robot Framework for advanced, structured logging. This guide covers setting up a custom processor to send logs directly to Robot Framework while avoiding duplicate console output, giving you better control over log details.
27 June 2025