Heimdall: Log event count at debug log level.

This commit is contained in:
Kenneth Endfinger 2021-12-24 19:41:09 -05:00
parent d7f094f765
commit cbbefc94a2
No known key found for this signature in database
GPG Key ID: C4E68E5647420E10

View File

@ -34,7 +34,7 @@ class BufferFlushThread(val plugin: FoundationHeimdallPlugin, val buffer: EventB
transaction(plugin.db) { transaction(plugin.db) {
val count = buffer.flush(this) val count = buffer.flush(this)
if (count > 0) { if (count > 0) {
plugin.slF4JLogger.info("Flushed $count Events") plugin.slF4JLogger.debug("Flushed $count Events")
} }
} }
} catch (e: Exception) { } catch (e: Exception) {