From e7c2c0f2efae0b70f82eba128e81fc57e6e0b0ef Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 17:57:25 -0700 Subject: [PATCH] added debug logging --- setup-ai-stack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index 3b1de17..2e357bd 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -545,6 +545,7 @@ if [[ "$1" != "--update" ]]; then -e AUTOLOAD_MODELS=true \ -e MODEL_PATH=/models \ -e CONFIG_PATH=/config \ + -e LOG_LEVEL=debug \ --restart unless-stopped \ localai:custom