Skip to content

Commit

Permalink
Enable access logger
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasJorgensen committed Sep 25, 2024
1 parent d1a35e8 commit 4bc8a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
keystore.keystore-password=${KEYSTORE_PASSWORD}

micronaut.server.netty.access-logger.enabled=true

0 comments on commit 4bc8a26

Please sign in to comment.