File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
console-framework-client/src/main/java/io/axoniq/console/framework/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments