Adding Spring Boot profiles
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
spring.application.name=klaus-mockedservices
|
||||
#environment:
|
||||
spring.application.name=klaus
|
||||
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
|
||||
server.port = 8097
|
||||
#logging:
|
||||
spring.output.ansi.enabled = always
|
||||
|
||||
#logging.file.name=/var/log/klaus/
|
||||
logging.level.root=INFO
|
||||
logging.level.org.springframework.web=INFO
|
||||
logging.level.com.release11=INFO
|
||||
logging.file.max-size = 10MB
|
||||
spring.mvc.log-request-details=true
|
||||
appender.rolling.layout.type = ESJsonLayout
|
||||
appender.rolling.layout.type_name = server
|
||||
|
||||
Reference in New Issue
Block a user