blob: 9f63a217558e6e6ac5664e508f25a6d01424987d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD" profile="%%LOGS_VSFTPD_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
<location>/var/log/vsftpd.log</location>
</localfile>
</template_config>
<template_config os="Linux" profile="%%LOGS_VSFTPD_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
<location>/var/log/vsftpd.log</location>
</localfile>
</template_config>
|