diff --git a/eladmin-system/src/main/resources/logback.xml b/eladmin-system/src/main/resources/logback.xml index 9a6232e3..ddd11093 100644 --- a/eladmin-system/src/main/resources/logback.xml +++ b/eladmin-system/src/main/resources/logback.xml @@ -1,73 +1,65 @@ - - - - - - - - - - - - - - - - - - - - ${currentLoggerPattern} + + elAdmin + + + + + + + + ${log.pattern} + ${log.charset} + + + + + ${user.dir}/logback.log + + + ${user.dir}/logs/cashierAdmin/%d{yyyy-MM-dd}.log.gz + + 15 + + + + ${p_file} + ${log.charset} - - - - ${currentLoggerFilePath}/${currentLoggerFileName}.all.log - - ${currentLoggerPattern} - - - - ${currentLoggerFilePath}/${currentLoggerFileName}.all.%d{yyyy-MM-dd}.log - 5 - - - - - - - ${currentLoggerFilePath}/${currentLoggerFileName}.error.log - - ${currentLoggerPattern} - - - - ${currentLoggerFilePath}/${currentLoggerFileName}.error.%d{yyyy-MM-dd}.log - 20 - - - - ERROR - ACCEPT - DENY - - - - - - - - + + + + - - + + + + + - + - + + + - + + + + + + + + + + + + + + + + + \ No newline at end of file