chore: add pre-commit hooks chore: add pre-commit hooks chore: add pre-commit hooks chore: add pre-commit hooks
16 lines
443 B
XML
16 lines
443 B
XML
<configuration />
|
|
|
|
<!--
|
|
Enable below if you want to debug a unit test and see why the controller fails the configuration above is there
|
|
to keep the Travis build going otherwise it fails with too much logging.
|
|
//TODO we should use a different Spring profile for Travis
|
|
-->
|
|
|
|
<!--
|
|
<configuration>
|
|
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
|
<logger name="org.springframework.web" level="DEBUG"/>
|
|
</configuration>
|
|
|
|
-->
|