-------- Forwarded Message -------- > Date: Fri, 9 Feb 2007 20:29:30 -0500 > Trac: http://svn.gnucash.org/trac/changeset/15545 [...] > Support for ~/.gnucash/log.conf, a key-value file of logging settings; see > comment-doc for qof_log_parse_log_config(...) for the file format. [...] > Modified: gnucash/trunk/lib/libqof/qof/qoflog.h [...] > +/** Parse a log-configuration file. A GKeyFile-format file of the schema:: > + * > + * [levels] > + * # log.ger.path=level > + * gnc.engine.sx=debug > + * gnc.gui.sx=debug > + * gnc.gui.freqspec=debug > + * [output] > + * # to=["stderr"|"stdout"|filename] > + * to=stderr > + **/ > +void qof_log_parse_log_config(const char *filename);
After this, I recommend a "dev" ~/.gnucash/log.conf like::
[levels]
gnc=mess
[output]
to=stderr
Which will put a bit more detail in your face without being too
overwhelming. At least, you should know it's possible. :)
(I do suggest trying 'gnc=info', and seeing how many times we populate
the gnc_commodity table :)
--
...jsled
http://asynchronous.org/ - a=jsled;b=asynchronous.org;echo [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
