Robot Framework log messages

I’m currently running a ~48h long testcase and the only logging being done from robotframework contains the value of a couple of counters that are being incremented/decremented depending on if the test passed or not. When they fail, I have no clue as to what caused it. But I see the command line window where the Appium server is running, and it’s pushing out a lot of information.

Are the messages I’m seeing in this window available anywhere else?

This kind of info is in the RobotFramework User Guide:

https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#debugging-problems

I’m pointing you to the Debugging Problems section, but there is a subsection about log and output files. If you get the log file and need further help, just post it in this topic.