Forum OpenACS Q&A: Response to Controlling log levels

Collapse
Posted by Roberto Mello on
In theory you just need to have:
ns_section "ns/parameters"
    ...
    ns_param Debug    false  ;# Display logging with "Debug" severity
    ...

set in your .tcl config file. However, I've recently noticed that AOLserver 3.3ad13 respects this, whereas AOLserver 3.4 does *NOT*.