#robot framework

Robot Framework logging full traceback of errors and exceptions

#robot framework#python

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.

Open →

27 June 2025

Structured logging with Robot Framework and structlog

#robot framework#python

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.

Open →

27 June 2025