summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml')
-rw-r--r--Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml b/Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml
deleted file mode 100644
index 22f73680d00..00000000000
--- a/Master/texmf-dist/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<configuration>
- <appender name="FILE" class="ch.qos.logback.core.FileAppender">
- <file>${araraLogName}.log</file>
- <append>false</append>
- <encoder>
- <charset>UTF-8</charset>
- <pattern>%date{dd MMM yyyy HH:mm:ss.SSS} %-5level %logger{0} - %msg%n</pattern>
- </encoder>
- </appender>
- <root level="ALL">
- <appender-ref ref="FILE" />
- </root>
-</configuration> \ No newline at end of file