diff --git a/resource-discovery/pom.xml b/resource-discovery/pom.xml
index b0258b9..45b8564 100644
--- a/resource-discovery/pom.xml
+++ b/resource-discovery/pom.xml
@@ -55,6 +55,10 @@
spring-security-test
test
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
org.projectlombok
diff --git a/resource-discovery/src/main/resources/application.yml b/resource-discovery/src/main/resources/application.yml
index 2d707bf..c595024 100644
--- a/resource-discovery/src/main/resources/application.yml
+++ b/resource-discovery/src/main/resources/application.yml
@@ -42,4 +42,6 @@ discovery:
password: '$2a$10$I6GSOKiY5n4/Ql0LA7Js0.4HT4UXVCNaNpGv5UdZt/brEdv/F.ttG' # user1 (BCrypt; 10 iterations)
roles: [ USER ]
-#logging.level.eu.nebulous.resource.discovery.registration.RegistrationRequestProcessor: TRACE
\ No newline at end of file
+#logging.level.eu.nebulous.resource.discovery.registration.RegistrationRequestProcessor: TRACE
+logging.level.eu.nebulous.resource: DEBUG
+management.endpoints.web.exposure.include: '*'
\ No newline at end of file