Hi I would like to create a custom logging filter for use in FtpServer, the reason is to mask out the password sent in the PASS command from logs. Here's the RFE: https://issues.apache.org/jira/browse/FTPSERVER-120
To make this reasonably straight-forward without forking the current LoggingFIlter, I'm wondering if you would be okay with changing the LoggingFilter.log method from private to protected? /niklas
