You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
427 B
XML
15 lines
427 B
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<seiscomp>
|
||
|
<module name="kernel" category="System" standalone="true">
|
||
|
<description>SeisComP kernel.</description>
|
||
|
<configuration>
|
||
|
<parameter name="syslog" type="boolean" default="false">
|
||
|
<description>
|
||
|
Sends all logging output to the syslog backend which logs
|
||
|
usually to /var/log/messages.
|
||
|
</description>
|
||
|
</parameter>
|
||
|
</configuration>
|
||
|
</module>
|
||
|
</seiscomp>
|