mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
[DS-3790] include remote IP and useProxies configuration value in debug log for IP authentication
This commit is contained in:
@@ -257,7 +257,9 @@ public class IPAuthentication implements AuthenticationMethod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log.debug(LogManager.getHeader(context, "authenticated",
|
log.debug(LogManager.getHeader(context, "authenticated",
|
||||||
"special_groups=" + gsb.toString()));
|
"special_groups=" + gsb.toString()
|
||||||
|
+ " (by IP=" + addr + ", useProxies=" + useProxies.toString() + ")"
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
return groups;
|
return groups;
|
||||||
|
Reference in New Issue
Block a user