Skip to content

Commit b03e54f

Browse files
Merge pull request #116 from AxonIQ/feature/remove-af4-added-logging-26-01-2025
Change log level for disconnection message to debug in AxoniqConsoleR…
2 parents 9190fec + 40ce3de commit b03e54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console-framework-client/src/main/java/io/axoniq/console/framework/client/AxoniqConsoleRSocketClient.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2025. AxonIQ B.V.
2+
* Copyright (c) 2022-2026. AxonIQ B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -300,7 +300,7 @@ class AxoniqConsoleRSocketClient(
300300
}
301301

302302
override fun onDisconnected() {
303-
logger.info("This application has lost its connection to AxonIQ Console. Reconnection will be automatically attempted.")
303+
logger.debug("This application has lost its connection to AxonIQ Console. Reconnection will be automatically attempted.")
304304
this.heartbeatSendTask?.cancel(true)
305305
this.heartbeatCheckTask?.cancel(true)
306306
}

0 commit comments

Comments
 (0)