Analog und Lighttpd access.log

Bash, Shell, PHP, Python, Perl, CGI
Post Reply
sonnenrot
Posts: 63
Joined: 2007-10-14 21:41
 

Analog und Lighttpd access.log

Post by sonnenrot »

Hallo,

der Analog LogAnalizer wertet die access.log nicht aus und erstellt keine result.html

Folgende Fehlermeldung erscheint

Code: Select all

:~# /usr/bin/analog
/usr/bin/analog: analog version 6.0/Unix
/usr/bin/analog: Warning L: Large number of corrupt lines in logfile
  /var/www/vhosts/perspektivek/logs/access.log: turn debugging on or try
  different LOGFORMAT
  (For help on all errors and warnings, see /usr/share/doc/analog/docs/errors.html)
    Current logfile format:
      [%d/%M/%Y:%h:%n:%j] %v "%j%w%r%wHTTP%j" %c %b "%f" "%B"n
/usr/bin/analog: Warning R: Turning off empty time reports
/usr/bin/analog: Warning R: Turning off empty Request Report
/usr/bin/analog: Warning R: Turning off empty File Type Report
/usr/bin/analog: Warning R: Turning off empty Directory Report
/usr/bin/analog: Warning R: Turning off empty Domain Report
/usr/bin/analog: Warning R: Turning off empty Organisation Report
/usr/bin/analog: Warning R: Turning off empty Search Word Report
/usr/bin/analog: Warning R: Turning off empty Operating System Report
/usr/bin/analog: Warning R: Turning off empty File Size Report
/usr/bin/analog: Warning R: Turning off empty Status Code Report
Analog config

Code: Select all

APACHELOGFORMAT (%t %v "%r" %>s %b)
LOGFILE /var/logs/access.log
Lighttpd config access.log

Code: Select all

accesslog.format            = "%t "%r" %>s %b "%{Referer}i" "%{User-Agent}i""
Wie schaffe ich das Analog meine access.logs auswertet ?
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Analog und Lighttpd access.log

Post by Roger Wilco »

Die eingestellten Logformate müssen übereinstimmen...
Post Reply