araneida logging

peter.barabas_at_gmail.com
Date: 03/07/05


Date: 7 Mar 2005 06:36:23 -0800

Hello,

I'm trying to log the requests that my web server gets. Here's my
trying:

(defmethod handle-request-logging (handler method request)
  (with-open-file (file #p"/tmp/araneida.log" :direction :output)
    (format file "Foo~%")))

Though the log file doesn't get created. What am I missing?

Thanks in advance.

Regards,
Peter.



Relevant Pages

  • Re: Integrity of Log Files
    ... content from a web server that has been seized -- in a log file they ... I imagine the lawyer will advise the defendant of the difference ... in the threshold of a civil vs a criminal case. ...
    (comp.security.misc)
  • Re: File deletion problem
    ... > one of my servers some process is writing a log file and ... > up with is to use fstat to find all the open files inodes and then to ... > Unfortunately this is a large web server with lots of files. ... along with info on the process holding the fd. ...
    (freebsd-questions)
  • using php local file include vulnerabilities for command execution
    ... statement the are -- if they contain a valid php statement. ... and in a second step simply use the already existent local file vuln ... to read and the server's log file and this way execute the code. ... the web server has to log referer strings and the log files must ...
    (Bugtraq)
  • Re: suggestions invited
    ... monitoring data and formats it appropriately for human consumption. ... status to a remote syslogd, perhaps on your web server, and parse the ... log file for the status data. ...
    (comp.lang.python)
  • Re: Update Performance
    ... that your transaction log file is on. ... >I have a stored procedure that is executed on every web request that we ... > On the web server, I get about 50 Requests a second. ... > If I comment out this line, I get about 350 Requests a second. ...
    (microsoft.public.sqlserver.programming)