mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 03:39:37 +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) {
 | 
					      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) {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user