Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thjarvin committed Nov 4, 2024
1 parent 8c79fd8 commit d75b166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

implementation "io.github.microutils:kotlin-logging:1.6.22"

implementation ('fi.hsl:transitdata-common:1.4.4') {
implementation ('fi.hsl:transitdata-common:1.6.4') {
exclude group: 'javax.xml.bind', module: 'activation'
}
//Needed for Pulsar
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/fi/hsl/transitlog/hfp/DWService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class DWService(

filesUploaded++
} catch (e: Exception) {
e.printStackTrace()
log.error(e) {
"Failed to upload file to Blob Storage"
}
Expand Down

0 comments on commit d75b166

Please sign in to comment.