update property strings

This commit is contained in:
Aria Moradi
2021-08-09 06:59:16 +04:30
parent 7aeaeb4b86
commit a213e568ba
3 changed files with 3 additions and 3 deletions
@@ -17,4 +17,4 @@ fun setLogLevel(level: Level) {
}
fun debugLogsEnabled(config: Config)
= System.getProperty("suwayomi.tachidesk.server.debugLogsEnabled", config.getString("server.debugLogsEnabled")).toBoolean()
= System.getProperty("suwayomi.tachidesk.config.server.debugLogsEnabled", config.getString("server.debugLogsEnabled")).toBoolean()