Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.
This object is in archive! 

Stop Pure-FTP logging to /var/log/messages

sweetfinger shared this idea 11 years ago
Open Discussion

Please would it be possible to alter the default configuration of pure-ftp so that it doesn't log every connection /var/log/messages ?


I only ever look in /var/log/messages when there's a problem and having to scroll through many pages of:


Sep 29 03:53:19 hostname pure-ftpd: (__cpanel__service__auth__ftpd__odNJ7N3kXIUzTc2nX_OJKeukP9wYAxjKg2bWslQo8cYcK7V4aZjhP_T7Qlg4qLds@127.0.0.1) [INFO] Logout.

Sep 29 03:58:19 hostname pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1


over a slow connection is really tedious.


Thanks

Replies (1)

photo
1

Supposing you are needing to see this information?


If you don't want to see it, do something like the following, instead of cat or however you view your log files.

  1. # grep -v 127.0.0.1 /var/log/messages

Leave a Comment
 
Attach a file