File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <name >Klass API</name >
8889 <dependency >
8990 <groupId >ch.qos.logback.access</groupId >
9091 <artifactId >logback-access-common</artifactId >
91- <version >2.0.7 </version >
92+ <version >2.0.9 </version >
9293 </dependency >
9394 <dependency >
9495 <groupId >ch.qos.logback.access</groupId >
9596 <artifactId >logback-access-tomcat</artifactId >
96- <version >2.0.7 </version >
97+ <version >2.0.9 </version >
9798 </dependency >
9899 <dependency >
99100 <groupId >net.logstash.logback</groupId >
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ springdoc.swagger-ui.path=${klass.env.api.base.path}/swagger-ui.html
4646springdoc.api-docs.path =${klass.env.api.base.path}/v3/api-docs
4747spring.web.resources.add-mappings =false
4848# Logging properties
49- logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping =TRACE
50- logging.level.no.ssb.klass =INFO
49+ logging.level.root =INFO
5150# Mail properties
5251klass.env.client.klass-mail.url =http://localhost:8082
5352# hibernate config
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
12<configuration debug =" false" >
23 <appender name =" accessJsonConsoleAppender" class =" ch.qos.logback.core.ConsoleAppender" >
34 <filter class =" ch.qos.logback.core.filter.EvaluatorFilter" >
You can’t perform that action at this time.
0 commit comments