mirror of
https://github.com/InfrastructureServices/vsftpd.git
synced 2025-04-19 01:24:02 +03:00
Change the default log file in configuration.
Previous "default" value was wrong. tunables.c:262 => install_str_setting("/var/log/xferlog", &tunable_xferlog_file);
This commit is contained in:
parent
5ec0b86e5c
commit
61dac172bd
@ -3,3 +3,9 @@
|
||||
nocompress
|
||||
missingok
|
||||
}
|
||||
|
||||
/var/log/xferlog {
|
||||
# ftpd doesn't handle SIGHUP properly
|
||||
nocompress
|
||||
missingok
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ connect_from_port_20=YES
|
||||
#
|
||||
# You may override where the log file goes if you like. The default is shown
|
||||
# below.
|
||||
#xferlog_file=/var/log/vsftpd.log
|
||||
#xferlog_file=/var/log/xferlog
|
||||
#
|
||||
# If you want, you can have your log file in standard ftpd xferlog format.
|
||||
# Note that the default log file location is /var/log/xferlog in this case.
|
||||
|
Loading…
x
Reference in New Issue
Block a user