File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,10 @@ The Chrome DevTools MCP server supports the following configuration option:
201201 - ** Type:** string
202202 - ** Choices:** ` stable ` , ` canary ` , ` beta ` , ` dev `
203203
204+ - ** ` --logFile ` **
205+ Path to a file to write debug logs to. Set the env variable ` DEBUG ` to ` * ` to enable verbose logs. Useful for submitting bug reports.
206+ - ** Type:** string
207+
204208<!-- END AUTO GENERATED OPTIONS -->
205209
206210Pass them via the ` args ` property in the JSON configuration. For example:
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ export const cliOptions = {
5151 } ,
5252 logFile : {
5353 type : 'string' as const ,
54- describe : 'Save the logs to file.' ,
55- hidden : true ,
54+ describe :
55+ 'Path to a file to write debug logs to. Set the env variable `DEBUG` to `*` to enable verbose logs. Useful for submitting bug reports.' ,
5656 } ,
5757} ;
5858
You can’t perform that action at this time.
0 commit comments