Right at the end of the RSContext log file for Upper Bear, there's the following line in what I think is the logging during the report.
2024-08-08 22:56:38,454 DEBUG [Debug ] MaxStats: <rscommons.debug.ProcStats object at 0x76c0b9328890>
I get the sense that someone is converting a complex object to string, rather than extracting the property (presumably "Max Stats") into the log file. Please investigate and fix this log line so that it produces a meaningful log entry and not the memory address of a complex object.
Super low priority @MattReimer ... just being thorough. Rowan and I had some ideas about fixing this, but weren't 100% certain on your original intent and so we deferred to you.
This is super minor...
Right at the end of the RSContext log file for Upper Bear, there's the following line in what I think is the logging during the report.
I get the sense that someone is converting a complex object to string, rather than extracting the property (presumably "Max Stats") into the log file. Please investigate and fix this log line so that it produces a meaningful log entry and not the memory address of a complex object.
surrounding lines of log:
Related to #978