Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawsson committed Dec 30, 2023
2 parents d0da329 + 825e906 commit bd6a5dc
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 bd6a5dc

Please sign in to comment.