mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
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:
parent
6cc38bf511
commit
e22d95e2f0
4 changed files with 54 additions and 7 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue