Hello zopers,

I configured my Zope installation (on XP) to start the ftp server also and I'd love to read in the log file about the ftp access operations.It reports about http GETs and POSTs only !

Here an excerpt of my log/z3.log file

2007-11-15T22:02:54 INFO root -- HTTP:localhost:8080 Server started.
        Hostname: localhost
        Port: 8080
------
2007-11-15T22:02:54 INFO root -- FTP:localhost:8021 Server started.
        Hostname: localhost
        Port: 8021
------
2007-11-15T22:02:54 INFO root Startup time: 3.968 sec real, 3.974 sec CPU



well, nice. Now, here's an excerpt from my log/access.log file

127.0.0.1 - - [15/Nov/2007:22:06:41 +0200] "GET /miaMensola/@@contents.html HTTP/1.1" 200 8925 "http://localhost:8080/cart/@@contents.html"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9" 127.0.0.1 - - [15/Nov/2007:22:06:41 +0200] "GET /miaMensola/@@singleBranchTree.xml HTTP/1.1" 200 537 "http://localhost:8080/miaMensola/@@contents.html"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9" 127.0.0.1 - - [15/Nov/2007:22:06:45 +0200] "POST /miaMensola/@@contents.html HTTP/1.1" 303 7411 "http://localhost:8080/miaMensola/@@contents.html"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9" 127.0.0.1 - - [15/Nov/2007:22:06:45 +0200] "GET /miaMensola/@@contents.html HTTP/1.1" 200 7711 "http://localhost:8080/miaMensola/@@contents.html"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9" 127.0.0.1 - - [15/Nov/2007:22:06:45 +0200] "GET /miaMensola/@@singleBranchTree.xml HTTP/1.1" 200 537 "http://localhost:8080/miaMensola/@@contents.html"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9"


I logged in in the ftp server too and no trace of that is present in this log !

How can I instruct the ftp server to log its activities ?

Thanks so much
Bye
Catonano


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to