You are not logged in.
Recently I switched my containers to Podman (rootless) and noticed that journalctl is showing a lot of messages from containers that shouldn't be considered errors. For example, when running journalctl -b -p3 below messages are shown:
Mar 27 16:36:25 arch open-webui[4603]: INFO [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry
Mar 27 16:36:25 arch open-webui[4603]: INFO [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry
[...] (50 or so more messages)
Mar 27 16:36:30 arch open-webui[4603]: INFO: Started server process [1]
Mar 27 16:36:30 arch open-webui[4603]: INFO: Waiting for application startup.The containers work perfectly fine, but it seems INFO logs are being shown as errors? Does anyone know what could cause this issue?
Last edited by rdx22 (2025-03-27 16:04:12)
Offline