Skip to content

Commit 7904098

Browse files
committed
to fix logger
1 parent 1a8e39c commit 7904098

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/main/scala/app/softnetwork/payment/persistence/query/JdbcPaymentAccountProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ trait JdbcPaymentAccountProvider
3333
case Some(state) =>
3434
super.writeToDb(document.copy(state = Some(state.clearTransactions)), to_update, data)
3535
case _ =>
36-
alogger.warn(s"Cannot write empty payment account to db")
36+
log.warn(s"Cannot write empty payment account to db")
3737
false
3838
}
3939
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jdbc-external-processor.dataset = "payment"

0 commit comments

Comments
 (0)