RD: Changed log level to DEBUG. Added actuator

Change-Id: Ifa7060a911bfb3d4387c2e9456344922a72fb9da
This commit is contained in:
ipatini 2024-05-01 17:02:52 +03:00
parent 8f48ea5943
commit a5ca07090c
2 changed files with 7 additions and 1 deletions

View File

@ -55,6 +55,10 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>

View File

@ -43,3 +43,5 @@ discovery:
roles: [ USER ]
#logging.level.eu.nebulous.resource.discovery.registration.RegistrationRequestProcessor: TRACE
logging.level.eu.nebulous.resource: DEBUG
management.endpoints.web.exposure.include: '*'