| | |
| | | |
| | | <include resource="org/springframework/boot/logging/logback/defaults.xml"/> |
| | | |
| | | <springProperty scope="context" name="LOG_FILE_PATH" source="logging.file.path"/> |
| | | <property name="LOG_PATH" value="${LOG_FILE_PATH:-./stock/out/@pom.build.finalName@/logs}"/> |
| | | |
| | | <property name="CONSOLE_LOG_PATTERN" |
| | | value="%date{yyyy-MM-dd HH:mm:ss}|%highlight(%-5level)|%boldYellow(%thread)|%boldGreen(%logger) %msg%n"> |
| | | </property> |
| | |
| | | <appender-ref ref="INFO_FILE"/> |
| | | <appender-ref ref="ERROR_FILE"/> |
| | | </root> |
| | | </configuration> |
| | | </configuration> |