Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TKSS-345: TLSWithTomcatDemo misuses class for log #346

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

johnshajiang
Copy link
Collaborator

     public static class KonaSSLUtil extends SSLUtilBase {
 
-        private static final Log LOG = LogFactory.getLog(JSSEUtil.class);
+        private static final Log LOG = LogFactory.getLog(KonaSSLUtil.class);

This PR will resolve #345.

@johnshajiang johnshajiang added the testbug Something isn't working on tests label Aug 17, 2023
@johnshajiang johnshajiang self-assigned this Aug 17, 2023
@johnshajiang johnshajiang merged commit 3072f55 into Tencent:master Aug 17, 2023
6 checks passed
@johnshajiang johnshajiang deleted the TKSS-345 branch August 17, 2023 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testbug Something isn't working on tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLSWithTomcatDemo misuses class for log
1 participant