Hi , In python flask both stdout and signoz logging is possible ?
when i tried either signoz logging is happening or stdout logging
can u confirm
i am using this command
CMD ["sh", "-c", "OTEL_RESOURCE_ATTRIBUTES='service.name=flaskApp' OTEL_EXPORTER_OTLP_ENDPOINT='
http://xxxx4317' OTEL_EXPORTER_OTLP_PROTOCOL='grpc' OTEL_LOGS_EXPORTER='otlp' OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true opentelemetry-instrument flask run --no-reload --host=0.0.0.0"]