findByLevelAndTimestampBetween

abstract fun findByLevelAndTimestampBetween(level: String, from: LocalDateTime, to: LocalDateTime): List<FrontendLog>