mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
Reduce warning and info messages in node log files (Artemis) (#449)
* Reduce warning and info messages in node log files (Artemis) Add an additional lof message for conflicting states identified by the Notary. * Upgraded severity of user login message from trace to debug. * Suppress Artemis log4j WARNING's for core.server.checkDeadLetterAddressAndExpiryAddress
This commit is contained in:
@ -576,7 +576,7 @@ class NodeLoginModule : LoginModule {
|
||||
val password = String(passwordCallback.password ?: throw FailedLoginException("Password not provided"))
|
||||
val certificates = certificateCallback.certificates
|
||||
|
||||
log.info("Processing login for $username")
|
||||
log.debug { "Processing login for $username" }
|
||||
|
||||
try {
|
||||
val validatedUser = when (determineUserRole(certificates, username)) {
|
||||
|
Reference in New Issue
Block a user