diff --git a/src/mcpo/main.py b/src/mcpo/main.py index f2b047a..9d5e883 100644 --- a/src/mcpo/main.py +++ b/src/mcpo/main.py @@ -422,7 +422,7 @@ async def safe_lifespan(app: FastAPI): os.makedirs(worker_npx_cache, exist_ok=True) worker_env = {**env} - logger.info(f"worker_env after copy ({len(worker_env)} items):") + logger.info(f"worker_env after copy ({worker_env} items):") worker_env.update({ "NPM_CONFIG_CACHE": worker_npm_cache, "npm_config_cache": worker_npm_cache,