mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 04:45:52 +01:00
Strip config file password from debug log
This commit is contained in:
parent
9f25cc6d5d
commit
8e93e28162
@ -334,7 +334,7 @@ export const parse = (
|
||||
throw new Error("--cert-key is missing")
|
||||
}
|
||||
|
||||
logger.debug("parsed command line", field("args", args))
|
||||
logger.debug(() => ["parsed command line", field("args", { ...args, password: undefined })])
|
||||
|
||||
return args
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user