You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugFix: Masked sensitive command-line options that are supplied in the equals-separated form (for example, --user=example or -u=example) before the command line is written to the log, and also mask secure values that contain embedded whitespace.
BugFix: Updated Logger.ts to wrap the formatted message with Censor.censorRawData. [#2772] (#2772)
BugFix: Redacted cert, key fields, and token value from logs in AbstractRestClient. #2781