diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 217ee9f..00ea84f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,4 +13,6 @@ heimdall.msid.secret=${HEIMDALL_MSID_SECRET} heimdall.msid.tenant=${HEIMDALL_MSID_TENANT} keystore.private-key-password=${KEYSTORE_PRIVATE_KEY_PASSWORD} -keystore.keystore-password=${KEYSTORE_PASSWORD} \ No newline at end of file +keystore.keystore-password=${KEYSTORE_PASSWORD} + +micronaut.server.netty.access-logger.enabled=true