diff --git a/src/main/resources/logback-local.xml b/src/main/resources/logback-local.xml new file mode 100644 index 00000000..2465fb75 --- /dev/null +++ b/src/main/resources/logback-local.xml @@ -0,0 +1,23 @@ + + + + + + + ${CONSOLE_LOG_PATTERN} + + + + + + + + + + + + + + + diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 00000000..69dd0b75 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file