refactor: Remove redundant CSS copy in Dockerfile and clean up WebSocket error logging

chore: Change log level for already downloaded pages to debug
This commit is contained in:
2025-01-09 08:12:53 +08:00
parent 3f91216bd8
commit 3449a0b097
3 changed files with 1 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ export async function download_task(
}
}
}
logger.log("Already download page", i.index);
logger.debug("Already download page", i.index);
return;
}
}