Hi awesome people, can you help me with one issue
Python (FastAPI) + Signoz
Is there a way to send stdout as logs in signoz,
In the docs, it says to use logger and then pass logs to otel collector.
My main aim is to send all the
print("Event Happended id: 22d3")
to signoz as logs.