This message was deleted.
# k3s
a
This message was deleted.
b
That is Prometheus doing that. https://training.promlabs.com/training/monitoring-and-debugging-prometheus/logs/standard-error-logs It's normal to see a mixture of stdout and stderr in your logs. The applications themselves determine what to output to. If you want to consolidate them you can redirect stderr to stdout with
2>&1