Skip to content

Commit

Permalink
Update HangarClient.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson authored Dec 30, 2023
1 parent db40c1e commit 825e906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/gg/flyte/hangarwrapper/HangarClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ object HangarClient {
var apiKey: String? = null

var logging = true
var loggingLevel = LogLevel.ALL
var loggingLevel = LogLevel.NONE
var logger = Logger.DEFAULT
var customLogger: Logger? = null

Expand Down Expand Up @@ -332,4 +332,4 @@ object HangarClient {
apply(init)
}
}
}
}

0 comments on commit 825e906

Please sign in to comment.