Code Review
/
dcaegen2
/
services
/
pm-mapper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7af910a
)
Fix log files not getting rolled over
25/90225/2
author
emartin
<ephraim.martin@est.tech>
Thu, 20 Jun 2019 12:12:39 +0000
(12:12 +0000)
committer
emartin
<ephraim.martin@est.tech>
Thu, 20 Jun 2019 12:12:39 +0000
(12:12 +0000)
Issue-ID: DCAEGEN2-1534
Change-Id: I9ae5d860c46d6b71c8001134017bb7e2ff4355b9
Signed-off-by: emartin <ephraim.martin@est.tech>
src/main/resources/logback.xml
patch
|
blob
|
history
diff --git
a/src/main/resources/logback.xml
b/src/main/resources/logback.xml
index
dff2f8b
..
0701442
100644
(file)
--- a/
src/main/resources/logback.xml
+++ b/
src/main/resources/logback.xml
@@
-25,7
+25,7
@@
</encoder>
\r
</appender>
\r
\r
- <appender name="ROLLING-FILE" class="ch.qos.logback.core.FileAppender">
\r
+ <appender name="ROLLING-FILE" class="ch.qos.logback.core.
rolling.Rolling
FileAppender">
\r
<file>${logPath}/${outputFilename}.log</file>
\r
<encoder>
\r
<pattern>${pattern}</pattern>
\r