diff --git a/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/application/shared/AbstractApplicationService.kt b/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/application/shared/AbstractApplicationService.kt index 40bfa6fc..9006f5fc 100644 --- a/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/application/shared/AbstractApplicationService.kt +++ b/hideout-core/src/main/kotlin/dev/usbharu/hideout/core/application/shared/AbstractApplicationService.kt @@ -30,7 +30,8 @@ abstract class AbstractApplicationService( val response = transaction.transaction { internalExecute(command, principal) } - logger.info("SUCCESS ${command::class.simpleName}") + + logger.info("SUCCESS $command $response") response } catch (e: CancellationException) { logger.debug("Coroutine canceled", e) diff --git a/hideout-core/src/main/resources/log4j2.xml b/hideout-core/src/main/resources/log4j2.xml index 978d338a..2f0d6625 100644 --- a/hideout-core/src/main/resources/log4j2.xml +++ b/hideout-core/src/main/resources/log4j2.xml @@ -6,13 +6,13 @@ - + - + - +