diff --git a/resident/resident-service/src/main/resources/bootstrap.properties b/resident/resident-service/src/main/resources/bootstrap.properties index afc3286e53..bae5a4b58a 100644 --- a/resident/resident-service/src/main/resources/bootstrap.properties +++ b/resident/resident-service/src/main/resources/bootstrap.properties @@ -31,4 +31,6 @@ openapi.info.license.url=https://docs.mosip.io/platform/license mosipbox.public.url=http://localhost:8099 openapi.residentServiceServer.servers[0].url=${mosipbox.public.url}/resident/v1 openapi.residentServiceServer.servers[0].description=Resident Service -spring.devtools.restart.enabled = false \ No newline at end of file +spring.devtools.restart.enabled = false + +logging.level.root=DEBUG \ No newline at end of file