-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance default logging #28
Comments
Good idea! I've intentionally reduced the verbosity until a request like yours. These events are possibly to be classified as |
uftpd runs at loglevel notice by default. This patch changes the level of the following messages to notice - FTP: successful download - FTP: mtime change - FTP: successful upload - FTP: deleted file/directory - FTP: successful creation of directory - TFTP: RRQ - TFTP: WRQ Also, add FTP status message (sent to user) when user issues FTP RMD to delete a file and fails due to directory not empty. (Not logged) Signed-off-by: Joachim Nilsson <[email protected]>
Close #28, #29 Signed-off-by: Joachim Nilsson <[email protected]>
In ad-hoc ftp/tftp scenarios it would be nice to also have logging for:
in non-debug log levels (notice/info).
The text was updated successfully, but these errors were encountered: