John Napiorkowski wrote: > Hi, > > I'm setting global options for the formbuilder plugin > in my myapp.yml file like so: > > form: > debug: 0 > method: post > form_path: __path_to(root)__ > > Now the method and form_path options get set correctly > but no matter what I do I get lots of formbuilder > debugging in my logs, things marked debug1 and debug2. > Even making a form with just 2 or 3 lines produces > dozens of lines fo debug messages. >
Try version 1.06, this version should follow the debug settings in Catalyst. -- Roy-Magne Mo _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
