Skip to content
Snippets Groups Projects
Commit fca17988 authored by Richard Alam's avatar Richard Alam
Browse files

- increase the number of log history

parent d42d744a
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<FileNamePattern>log/video.%d{yyyy-MM-dd}.log</FileNamePattern>
<!-- keep 5 days worth of history -->
<MaxHistory>5</MaxHistory>
<!-- keep 30 days worth of history -->
<MaxHistory>30</MaxHistory>
</rollingPolicy>
<encoder>
......
......@@ -5,8 +5,8 @@
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<FileNamePattern>log/sip.%d{yyyy-MM-dd}.log</FileNamePattern>
<!-- keep 5 days worth of history -->
<MaxHistory>5</MaxHistory>
<!-- keep 30 days worth of history -->
<MaxHistory>30</MaxHistory>
</rollingPolicy>
<encoder>
......
......@@ -24,8 +24,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<FileNamePattern>log/bigbluebutton.%d{yyyy-MM-dd}.log</FileNamePattern>
<!-- keep 5 days worth of history -->
<MaxHistory>5</MaxHistory>
<!-- keep 30 days worth of history -->
<MaxHistory>30</MaxHistory>
</rollingPolicy>
<encoder>
......
......@@ -5,8 +5,8 @@
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<FileNamePattern>log/deskshare-slf.%d{yyyy-MM-dd}.log</FileNamePattern>
<!-- keep 5 days worth of history -->
<MaxHistory>5</MaxHistory>
<!-- keep 30 days worth of history -->
<MaxHistory>30</MaxHistory>
</rollingPolicy>
<encoder>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment