From 4417d1ca7aed9f03742e5698b15c5ae24c6413ec Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 29 Apr 2026 17:57:25 +0200 Subject: [PATCH] collabora: fix log level info Signed-off-by: Simon L. --- Containers/collabora/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/collabora/start.sh b/Containers/collabora/start.sh index a682ec04..3dec2f9d 100644 --- a/Containers/collabora/start.sh +++ b/Containers/collabora/start.sh @@ -6,6 +6,8 @@ fi if [ "$AIO_LOG_LEVEL" = "warn" ]; then COLLABORA_LOG_LEVEL="warning" +elif [ "$AIO_LOG_LEVEL" = "info" ]; then + COLLABORA_LOG_LEVEL="notice" else COLLABORA_LOG_LEVEL="$AIO_LOG_LEVEL" fi