diff --git a/foundation-heimdall/src/main/kotlin/cloud/kubelet/foundation/heimdall/buffer/BufferFlushThread.kt b/foundation-heimdall/src/main/kotlin/cloud/kubelet/foundation/heimdall/buffer/BufferFlushThread.kt index 29fcf34..1c3eb26 100644 --- a/foundation-heimdall/src/main/kotlin/cloud/kubelet/foundation/heimdall/buffer/BufferFlushThread.kt +++ b/foundation-heimdall/src/main/kotlin/cloud/kubelet/foundation/heimdall/buffer/BufferFlushThread.kt @@ -34,7 +34,7 @@ class BufferFlushThread(val plugin: FoundationHeimdallPlugin, val buffer: EventB transaction(plugin.db) { val count = buffer.flush(this) if (count > 0) { - plugin.slF4JLogger.info("Flushed $count Events") + plugin.slF4JLogger.debug("Flushed $count Events") } } } catch (e: Exception) {