Skip to content
Snippets Groups Projects
Commit e260f9fb authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Fix LTI rolling log file name.

parent d86bccbe
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<File>logs/bbb-lti.log</File>
<rollingPolicy
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<FileNamePattern>/var/log/bigbluebutton/bbb-lit.%d{yyyy-MM-dd}.log
<FileNamePattern>/var/log/bigbluebutton/bbb-lti.%d{yyyy-MM-dd}.log
</FileNamePattern>
<!-- keep 14 days worth of history -->
<MaxHistory>14</MaxHistory>
......
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