Skip to content

Commit

Permalink
Log full exception and change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Jul 30, 2023
1 parent f3fce7d commit c83b217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ object WebInterfaceManager {
val latestCompatibleVersion = getLatestCompatibleVersion()
latestCompatibleVersion != currentVersion
} catch (e: Exception) {
logger.debug { "isUpdateAvailable: check failed due to $e" }
logger.warn(e) { "isUpdateAvailable: check failed due to" }
false
}
}
Expand Down

0 comments on commit c83b217

Please sign in to comment.