mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08: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…
x
Reference in New Issue
Block a user