Comment out undefined LOG_FILE_PATH reference

This commit is contained in:
saidsurucu
2025-11-21 21:57:21 +03:00
parent 260adb3ac9
commit 815786a09d
+1 -1
View File
@@ -2208,7 +2208,7 @@ def main():
app = create_app()
logger.info(f"Starting {app.name} server via main() function...")
logger.info(f"Logs will be written to: {LOG_FILE_PATH}")
# logger.info(f"Logs will be written to: {LOG_FILE_PATH}") # File logging disabled
# Ensure Playwright browsers are installed
ensure_playwright_browsers()