From 49234b77fefcd859ea117c3351b571f854c3b818 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 17 Apr 2026 15:17:13 +0200 Subject: [PATCH] allow to adjust the log level globally (collabora) Signed-off-by: Simon L. --- Containers/collabora/healthcheck.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containers/collabora/healthcheck.sh b/Containers/collabora/healthcheck.sh index 45e9278b..399d8107 100644 --- a/Containers/collabora/healthcheck.sh +++ b/Containers/collabora/healthcheck.sh @@ -1,5 +1,9 @@ #!/bin/bash +if [ "$AIO_LOG_LEVEL" = 'debug' ]; then + set -x +fi + # Unfortunately, no curl and no nc is installed in the container # and packages can also not be added as the package list is broken. # So always exiting 0 for now.