mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Heimdall: Log event count at debug log level.
This commit is contained in:
parent
d7f094f765
commit
cbbefc94a2
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user