On Mon, Dec 19, 2011 at 6:36 PM, Haris Bogdanovich fbogdanovic@xnet.hr wrote:
I started Hunchentoot by (make-instance 'acceptor :access-log-destination "c:/lisp/log-1.txt" :message-log-destination "c:/lisp/log-2.txt") and a page can not be displayed but I don't get some log in c:/lisp/log-1.txt or c:/lisp/log-2.txt ?
I would trace hunchentoot:acceptor-log-message, acceptor-message-log-destination and cl:open and try to work from there.
-Hans