chibenwa commented on code in PR #1743:
URL: https://github.com/apache/james-project/pull/1743#discussion_r1342496808
##########
protocols/imap/src/main/java/org/apache/james/imap/processor/AbstractAuthProcessor.java:
##########
@@ -73,6 +73,7 @@ public void configure(ImapConfiguration imapConfiguration) {
protected void doAuth(AuthenticationAttempt authenticationAttempt,
ImapSession session, ImapRequest request, Responder responder,
HumanReadableText failed) {
Preconditions.checkArgument(!authenticationAttempt.isDelegation());
+ LOGGER.warn("Failed IMAP login from: 172.12.1.4");
Review Comment:
Ip should already be in the MDC. We should switch the logs into JSON to get
access to it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]