Support This Project

Ticket #144 (closed defect: fixed)

Opened 1 year ago

Last modified 11 months ago

wzd.log has a very inconsistent format

Reported by: jorgenpt Assigned to: pollux
Priority: major Milestone: 0.9.0
Component: backends Version: svn
Severity: major Keywords:
Cc:

Description

wzd.log has a very inconsistent format, example:

Dec 07 01:34:09 LOGIN OKAY from semi-sane.lan
Dec 07 01:34:09 Fri Dec 07 01:34:09 2007 LOGIN: semi-sane.lan (192.168.0.20) "wzdftpd" "admin" "wzdftpd"

For one, the first line has one timestamp, the second has two. Also, the two timestamps on the second have a different format. (In my opinion, the last one (Fri Dec 07 01:34:09 2007) is the one that should be used. In addition, the first line does not have a good "type"-specifier. The second has TYPE: (here it's LOGIN:), the first has "LOGIN OKAY".

This makes it impossible to parse it, e.g. for the pzs-ng sitebot.

Change History

02/16/08 11:34:11 changed by pollux

  • owner changed from anonymous to pollux.

This first line is not useful, so I'll suppress it. The second should not have two timestamps - is this the output from syslog, or standard log file ?

02/17/08 10:24:32 changed by pollux

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.9.0.

This is fixed in r1920 and r1923