Daniel Sheppard wrote:
> - I store the original attachments in their own directory (not just in
> public/). I might make these blobs in the db - single thing to backup,
> and supports scaling to multiple webservers. The only reason I haven't
> is that the rails logging will log the contents of those blobs in dev
> mode, making the logfiles explode. Will probably make this optional.
>   
I haven't played with either of these extensions yet but I just wanted 
to comment on the log file issue expressed above.  Would it be easy 
enough to just add a "filter_parameter_logging" call to the file field?  
That SHOULD reduce the output in the logs to "[FILTERED]"

<http://api.rubyonrails.com/classes/ActionController/Base.html#M000259>

just a thought.

matte

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to