Log level 'warning' contains normal events and non-local time

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
mrbrunes
500 Command not understood
Posts: 2
Joined: 2024-04-30 10:00

Log level 'warning' contains normal events and non-local time

#1 Post by mrbrunes » 2024-05-02 08:53

Hi

Using 1.8.2 I'm looking for a log level that only indicates warnings, however log level 1 (warning) contains events such as the below:

Code: Select all

2024-05-02T08:37:27.026Z << [FTP Session 155 192.168.1.34 ftp-user] 200 Protection level set to P
2024-05-02T08:37:27.145Z >> [FTP Session 155 192.168.1.34 ftp-user] PASV
2024-05-02T08:37:27.146Z << [FTP Session 155 192.168.1.34 ftp-user] 227 Entering Passive Mode (192,168,1,3,207,226)
2024-05-02T08:37:27.265Z >> [FTP Session 155 192.168.1.34 ftp-user] STOR east-cam2_00_20240502093724.jpg
2024-05-02T08:37:27.267Z << [FTP Session 155 192.168.1.34 ftp-user] 150 Starting data transfer.
2024-05-02T08:37:27.567Z << [FTP Session 155 192.168.1.34 ftp-user] 226 Operation successful
2024-05-02T08:37:27.647Z >> [FTP Session 155 192.168.1.34 ftp-user] QUIT
2024-05-02T08:37:27.647Z << [FTP Session 155 192.168.1.34 ftp-user] 221 Goodbye.
2024-05-02T08:37:27.648Z == [FTP Server] Session 155 ended gracefully.
2024-05-02T08:37:34.691Z << [FTP Session 149 192.168.1.37 ftp-user] 226 Operation successful
2024-05-02T08:37:34.754Z >> [FTP Session 149 192.168.1.37 ftp-user] QUIT
2024-05-02T08:37:34.755Z << [FTP Session 149 192.168.1.37 ftp-user] 221 Goodbye.
2024-05-02T08:37:34.755Z == [FTP Server] Session 149 ended gracefully.
Other levels e.g. 0 Normal (whatever that means) also contain all these events so the log file is pretty large and I only want to see errors/warnings etc.

Also does anyone know how I can get the log file to display the local time, as it appears to be 1 hour behind local i.e. GMT?

Post Reply