We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe4f5a4 + b62bb88 commit 560ab67Copy full SHA for 560ab67
1 file changed
src/main/kotlin/org/gitanimals/quiz/app/DenyQuizFacade.kt
@@ -56,7 +56,7 @@ class DenyQuizFacade(
56
)
57
58
}.getOrElse {
59
- logger.error("[DenyQuizFacade] Cannot decrease point. userId: \"${notApprovedQuiz.userId}\", point: \"$CREATE_QUIZ_PRICE\"")
+ logger.error("[DenyQuizFacade] Cannot decrease point. userId: \"${notApprovedQuiz.userId}\", point: \"$CREATE_QUIZ_PRICE\"", it)
60
}
61
62
0 commit comments