diff --git a/eShopModernizedSpringSolution/src/main/resources/logback-spring.xml b/eShopModernizedSpringSolution/src/main/resources/logback-spring.xml new file mode 100644 index 00000000..5cb4e538 --- /dev/null +++ b/eShopModernizedSpringSolution/src/main/resources/logback-spring.xml @@ -0,0 +1,35 @@ + + + + + + + %date [%thread] %X{activityId} %-5level %logger - %X{requestInfo}%n%message%n%n + + + + + + logFiles/myapp.log + true + + logFiles/myapp.%i.log + 1 + 5 + + + 10MB + + + %date [%thread] %X{activityId} %-5level %logger - %X{requestInfo}%n%message%n%n + + + + + + + + + + +