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