Logging and browser improvements: (#158)

* logging: add 'jserrors' option to --logging to print JS errors
* browser config: use flags from playwright
* browser: use socat to allow connecting via devtools via crawling on port 9222
This commit is contained in:
Ilya Kreymer 2022-08-21 00:30:25 -07:00 committed by GitHub
parent 6cc38bf511
commit e22d95e2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 7 deletions

View file

@ -158,7 +158,7 @@ class ArgParser {
},
"logging": {
describe: "Logging options for crawler, can include: stats, pywb, behaviors, behaviors-debug",
describe: "Logging options for crawler, can include: stats, pywb, behaviors, behaviors-debug, jserrors",
type: "string",
default: "stats",
},