Request params are currently logged on every request, also on ajax templates. I.e. In my auto completion template, every keypress means that this request is logged in the DB -> stress for my good old hdd ;( That won’t scale well if my website has many users using the search bar with autocompletion at the same time ;)

In general, I think it’s better to disable request param logging by default, at least for ajax templates, and enable logging on templates by explicitely mark a template(/template call) as loggable, or something similar.

Submitted by Elmer van Chastelet on 12 July 2011 at 14:54

On 23 May 2013 at 08:15 Elmer van Chastelet commented:

duplicate of https://yellowgrass.org/issue/WebDSL/548


On 23 May 2013 at 08:15 Elmer van Chastelet closed this issue.

Log in to post comments