We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45349b commit 75519deCopy full SHA for 75519de
src/main/kotlin/org/fuchss/matrix/mensa/Main.kt
@@ -37,12 +37,13 @@ import kotlin.random.Random
37
import kotlin.time.Duration.Companion.days
38
import kotlin.time.ExperimentalTime
39
40
-private val logger: Logger = LoggerFactory.getLogger(MatrixBot::class.java)
+private lateinit var logger: Logger
41
42
private lateinit var commands: List<Command>
43
44
fun main() {
45
Backend.set(DefaultBackend)
46
+ logger = LoggerFactory.getLogger(MatrixBot::class.java)
47
48
runBlocking {
49
val config = Config.load()
0 commit comments