Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! hide proxy password in server log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Feb 11, 2025
1 parent 5ce17bb commit 2037217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/session_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class SessionManager {
loggedProxy = proxy.replace(parsedUrl.password, "****");
}
} catch (e) {
this.logger.warn(`Fail to parse proxy url ${proxy}: ${e}`)
this.logger.warn(`Fail to parse proxy url ${proxy}: ${e}`);
}

switch (protocol) {
Expand Down

0 comments on commit 2037217

Please sign in to comment.