Forum OpenACS Q&A: XoTCL logging

Collapse
Posted by Malte Sussdorff on
I see a ton of these in my logfiles:

[18/Jan/2007:22:55:17][14387.1101039968][-conn:0-] Notice: --CONN ns_conn url, ::xo::ConnectionContext ->require (26ms)

Sadly I cannot figure out where they are coming from so I could turn them off.

Any idea ?

In general XoTCL (Request Monitor) seems to be quite verbose with Notice logs, most of them should probably become DEBUG messages, but maybe I am wrong...

Collapse
2: Re: XoTCL logging (response to 1)
Posted by Åsmund Realfsen on
Hi,

On several places in xotcl-core(and I assume in xotcl-request-monitor too) is the method log called. This method is defined in xotcl-core/tcl/01-debug-procs.tcl as a method of ::xotcl::Object.