| Revision | 2405 (tree) |
|---|---|
| Time | 2022-09-28 08:37:34 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | |
| 3 | 3 | <configuration name="server"> |
| 4 | 4 | <appenders> |
| 5 | - <RollingFile name="apl" fileName="/logs/bat.log" filePattern="/logs/$${date:yyyyMM}/bat-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 5 | + <RollingFile name="apl" fileName="/tmp/logs/bat.log" filePattern="/tmp/logs/$${date:yyyyMM}/bat-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 6 | 6 | <PatternLayout> |
| 7 | 7 | <Pattern>[%d](%F:%L) %p %m%n</Pattern> |
| 8 | 8 | </PatternLayout> |
| @@ -14,7 +14,7 @@ | ||
| 14 | 14 | <DefaultRolloverStrategy max="10"/> |
| 15 | 15 | </RollingFile> |
| 16 | 16 | |
| 17 | - <RollingFile name="ope" fileName="/logs/exe.log" filePattern="/logs/$${date:yyyyMM}/exe-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 17 | + <RollingFile name="ope" fileName="/tmp/logs/exe.log" filePattern="/tmp/logs/$${date:yyyyMM}/exe-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 18 | 18 | <PatternLayout> |
| 19 | 19 | <Pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %m%n</Pattern> |
| 20 | 20 | </PatternLayout> |
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | |
| 3 | 3 | <configuration name="web"> |
| 4 | 4 | <appenders> |
| 5 | - <RollingFile name="apl" fileName="/tmp/logs/app.log" filePattern="/logs/$${date:yyyyMM}/app-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 5 | + <RollingFile name="apl" fileName="/tmp/logs/app.log" filePattern="/tmp/logs/$${date:yyyyMM}/app-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 6 | 6 | <PatternLayout> |
| 7 | 7 | <Pattern>[%d](%F:%L) %p %m%n</Pattern> |
| 8 | 8 | </PatternLayout> |
| @@ -14,7 +14,7 @@ | ||
| 14 | 14 | <DefaultRolloverStrategy max="10"/> |
| 15 | 15 | </RollingFile> |
| 16 | 16 | |
| 17 | - <RollingFile name="ope" fileName="/tmp/logs/ope.log" filePattern="/logs/$${date:yyyyMM}/ope-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 17 | + <RollingFile name="ope" fileName="/tmp/logs/ope.log" filePattern="/tmp/logs/$${date:yyyyMM}/ope-%d{MM-dd-yyyy}-%i.log.gz" > | |
| 18 | 18 | <PatternLayout> |
| 19 | 19 | <Pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %m%n</Pattern> |
| 20 | 20 | </PatternLayout> |