Re: araneida logging

From: Pascal Bourguignon (spam_at_mouse-potato.com)
Date: 03/07/05


Date: 07 Mar 2005 16:21:47 +0100


"peter.barabas@gmail.com" <peter.barabas@gmail.com> writes:
> 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
                :if-does-not-exist :create
                :if-exists :supersede
> )
> (format file "Foo~%")))
>
> Though the log file doesn't get created. What am I missing?

-- 
__Pascal_Bourguignon__               _  Software patents are endangering
()  ASCII ribbon against html email (o_ the computer industry all around
/\  1962:DO20I=1.100                //\ the world http://lpf.ai.mit.edu/
    2001:my($f)=`fortune`;          V_/   http://petition.eurolinux.org/


Relevant Pages

  • 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)
  • Re: OWA issue
    ... Note that the times in the log file are in GMT. Look for ... As you said,there is no record in IIS log file about requests for ... TELNET port 443 to my server in home,it is all working,now i was ...
    (microsoft.public.exchange.admin)
  • Re: Cannot access file, being used by another user(process)
    ... have a single instance of the file stream and queue any write requests. ... simultaneously to write to the log file. ... threads and called this library app. ... > Below is some sample code for the library component: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Cannot access file, being used by another user(process)
    ... Peter, Can you please provide more guidance on how to queue the write requests? ... > simultaneously to write to the log file. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Problem disabling all web logging except for 1 Web Publishing
    ... > After you turn off logging for a Web publishing rule, ... >> Version: ISA Server 2004 STD. ... >> dont want anything stored in this log file except requests made to WPR2 ...
    (microsoft.public.isa)