RD: Changed log level to DEBUG. Added actuator
Change-Id: Ifa7060a911bfb3d4387c2e9456344922a72fb9da
This commit is contained in:
parent
8f48ea5943
commit
a5ca07090c
@ -55,6 +55,10 @@
|
|||||||
<artifactId>spring-security-test</artifactId>
|
<artifactId>spring-security-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
@ -43,3 +43,5 @@ discovery:
|
|||||||
roles: [ USER ]
|
roles: [ USER ]
|
||||||
|
|
||||||
#logging.level.eu.nebulous.resource.discovery.registration.RegistrationRequestProcessor: TRACE
|
#logging.level.eu.nebulous.resource.discovery.registration.RegistrationRequestProcessor: TRACE
|
||||||
|
logging.level.eu.nebulous.resource: DEBUG
|
||||||
|
management.endpoints.web.exposure.include: '*'
|
Loading…
Reference in New Issue
Block a user