Re: araneida logging

From: Edi Weitz (spamtrap_at_agharta.de)
Date: 03/07/05


Date: Mon, 07 Mar 2005 16:29:25 +0100

On 07 Mar 2005 16:21:47 +0100, Pascal Bourguignon <spam@mouse-potato.com> wrote:

>> (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~%")))

Unless I misunderstand how Araneida works you want to replace the
logfile with a new one whenever a new request comes in. Are you sure?

Edi.

-- 
Lisp is not dead, it just smells funny.
Real email: (replace (subseq "spamtrap@agharta.de" 5) "edi")


Relevant Pages