-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.xml.in
35 lines (35 loc) · 2.24 KB
/
module.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<config>
<module enable="true" type="bool">
<load>@[email protected]</load>
<detail>
<name>@MODULE_NAME@</name>
<serviceURI>/lool/mergeodf/</serviceURI>
<summary>MergeODF</summary>
<author>OSSII R&D Team. <https://www.ossii.com.tw/></author>
<license>MPLv2.0</license>
<description>MergeODF</description>
<adminPrivilege default="false" desc="Requires admin authentication." type="bool">false</adminPrivilege>
<adminIcon desc="Please refer to https://icons.getbootstrap.com/ for icon names.">gear</adminIcon>
<adminItem>ODF report template</adminItem>
</detail>
</module>
<!-- If you want to have the module's own log, please enable logggin enable="true". -->
<logging enable="false">
<name>@PACKAGE_TARNAME@</name>
<level default="trace" desc="Can be 0-8, or none (turns off logging), fatal, critical, error, warning, notice, information, debug, trace">information</level>
<file enable="true">
<property desc="Log file path." name="path">/var/log/@[email protected]</property>
<property desc="Log file rotation strategy. See Poco FileChannel." name="rotation">monthly</property>
<property desc="Append either timestamp or number to the archived log filename." name="archive">timestamp</property>
<property desc="Specifies whether times for rotation are treated as local or UTC. Valid values are local and utc." name="times">local</property>
<property desc="Enable/disable log file compression." name="compress">true</property>
<property desc="The maximum age of log files to preserve. See Poco FileChannel." name="purgeAge">10 days</property>
<property desc="The maximum number of log archives to preserve. Use 'none' to disable purging. See Poco FileChannel." name="purgeCount">4</property>
<property desc="Enable/disable log file rotation on opening." name="rotateOnOpen">true</property>
<property desc="Enable/disable flushing after logging each line. May harm performance. Note that without flushing after each line, the log lines from the different processes will not appear in chronological order." name="flush">false</property>
</file>
<syslog enable="false"/>
<!-- If neither file nor syslog logging is enabled, console output will be used. -->
<color type="bool">true</color>
</logging>
</config>