Using lazy evaluating logger method now
This commit is contained in:
parent
7e11a77def
commit
03d8074fda
|
@ -215,7 +215,7 @@ open class fints4kBankingClient(
|
|||
|
||||
serializer.serializeObject(fintsBank, clientDataFile)
|
||||
} catch (e: Exception) {
|
||||
log.error("Could not save bank data for $fintsBank", e)
|
||||
log.error(e) { "Could not save bank data for $fintsBank" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue