mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
Wait Default + Logging Improvements (#153)
improved logging of pywb + redis: - if 'logging' includes 'pywb', log pywb and redis output, to pywb.log and redis.log - otherwise, just ignore (don't print to stdout as that's too confusing) - print if wb-manager fails, likely due to existing collection waitUntil: default to just 'load' to avoid potential infinite loop, separate --netIdle can configure idle wait dependency: update to latest puppeteer-core (16.1.0)
This commit is contained in:
parent
a527cc9b36
commit
c5d208024a
4 changed files with 52 additions and 37 deletions
|
@ -53,7 +53,7 @@ class ArgParser {
|
|||
|
||||
"waitUntil": {
|
||||
describe: "Puppeteer page.goto() condition to wait for before continuing, can be multiple separate by ','",
|
||||
default: "load,networkidle2",
|
||||
default: "load",
|
||||
},
|
||||
|
||||
"depth": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue