From e4947ce5a931a51bb34735ee380f5fd8992f6d9e Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:22:31 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=AD=E3=82=B0=E3=82=92=E6=94=B9?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/application/shared/AbstractApplicationService.kt | 3 ++- hideout-core/src/main/resources/log4j2.xml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 @@ - + - + - +