Forum OpenACS Q&A: Controlling log levels

Collapse
Posted by James Harris on
How do I control the log levels under OpenACS 4.6?  My error-log was
getting very big even while being (lightly) developed.

I've set debug to 0 in the ns/parameters section of my config file but
the log still seems to be growing quickly.

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*.