Python elastic-apm log messages

While trying to log messages with Python, without any framework and by Instrumenting Custom Code, i found out that every capture message or error is interpreted as Error.

Is there any possibility to simply log messages without having them marked as errors in the observability dashboard?

Hi @matthiasthaler.

That's not possible I'm afraid. This mechanism is mostly targeted at capturing errors/messages with a lot of contextual information, e.g. stack traces. If you want to capture log messages, using filebeat is a much better suited solution, as it is much more efficient.

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