updated logging

master
Robinson 2023-12-12 13:22:28 +01:00
parent db15b62c8c
commit 9c2fa4b65b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ class AeronDriver(config: Configuration, val logger: Logger, val endPoint: EndPo
// however - the code that actually does stuff is a "singleton" in regard to an aeron configuration
val driverId = mediaDriverConfig.mediaDriverId()
logger.info("Aeron Driver [$driverId]: Initializing...")
logger.debug("Aeron Driver [$driverId]: Initializing...")
val aeronDriver = driverConfigurations.get(driverId)
if (aeronDriver == null) {
val driver = AeronDriverInternal(endPoint, mediaDriverConfig, logger)