From d487996281f71ccd3034dd708fa099057e528b42 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 03:16:14 -0400 Subject: feat: unified logging with logging_kit.py --- app/backends/servers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/backends/servers.py') diff --git a/app/backends/servers.py b/app/backends/servers.py index 986d82a..c258398 100644 --- a/app/backends/servers.py +++ b/app/backends/servers.py @@ -32,9 +32,7 @@ from pathlib import Path from typing import Callable, List, Optional from backends import common, probe -from backends.common import APP_DIR - -LOG_DIR = APP_DIR / "logs" +from backends.common import LOG_DIR # How long to wait for a server to accept connections on its URL. First-time # model loads (especially qwen-tts / faster-qwen3-tts pulling weights into -- cgit v1.2.3