Unable to see logs in terminal

I am using ElasticAPM with flask server.

while I am importing ElasticAPM and initializing using:
apm=ElasticAPM(app, logging=True)

The supervisor logs (hits to API endpoints, errors etc.) are not visible in the terminal when I am testing it using debug mode on the terminal (Ubuntu 18) while running flask server.

While I am keeping logging=False , I am able to see the logs on the terminal.
How can I see the logs while logging=True ?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.