|
|
Extreme verbose logging with vsftpd
|
|
|
By default vsftpd uses
xferlog_std_format=YES
for logging. This will show all files moving through the webserver, but if you want to view all the activity, including connections and commands you need to set add
log_ftp_protocol=YES.
The problem is that you have to choose between one or the other. This verbose logging, logs everything! You might need to tweak to get it to work well with logwatch, since it will default unmatched entries
View complete conf |
|