mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-12-19 21:00:17 +00:00
Heimdall: Log event count at debug log level.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user