Debug logging for webui root dir

This commit is contained in:
cmdr2 2025-02-04 17:47:58 +05:30
parent 7aa4fe9c4b
commit 07105d7cfd

View File

@ -104,6 +104,8 @@ def start_backend():
env = dict(os.environ)
env.update(get_env())
log.info(f"WebUI backend dir: {BACKEND_DIR}")
if not os.path.exists(BACKEND_DIR):
install_backend()