Forum OpenACS Q&A: stupid question: ns_getform notices in log

I've looked and can't for the life of me find anything about how to
get aolserver to stop spamming my error log with lines like

Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1

Since practically every request is a form submission and I'm getting
100k page requests/day this is a lot of notices.  I can stick grep -v
ns_getform in the pipe before tail -f but I'd rather not; is there a
way to get rid of these completely?

Collapse
Posted by Peter Alberer on
Hi Jonathan,

have a look at YOUR_AOLSERVERDIR/modules/tcl/form.tcl in the proc ns_getform.

uncomment the line there.

Collapse
Posted by Jonathan Ellis on
Thanks!
Collapse
Posted by Henry Minsky on
Sorry, I left the log statement in for debugging 😟