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?
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.