JAVA-68: Renamed spring-security-react to spring-security-web-react

This commit is contained in:
sampadawagde
2020-08-16 16:33:28 +05:30
parent d35dfb6ba9
commit 10e9f147ee
27 changed files with 2 additions and 2 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<logger name="org.springframework" level="WARN" />
<logger name="org.springframework.transaction" level="WARN" />
<!-- in order to debug some marshalling issues, this needs to be TRACE -->
<logger name="org.springframework.web.servlet.mvc" level="INFO" />
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>