I imagine there's more setup to be done but can't find any documentation about it.
Using python standard, any time we use
logging.info("whatever log")
it gets sent to Logging under the request, with an icon for what level severity, like this:

In Flexible however, when we log something in the exact same way, its spread out across Logging as individual log entries, making it extremely difficult to read the logs/get any sense of actual errors.

How can we fix this so that we only see one single line item per request, and any logs within that?