On 8/25/10 5:30 AM, Ed Leafe wrote: > I'm wondering: most of us seem to prefer doing the configuration in the > settings file, like everything else in Dabo. I actually coded it that way > first, and then realized that the standard way of doing things is to use a > logging.conf file. What if I check for that file in both places, and if it > doesn't exist in either, get everything from the dabo.settings values?
I think (after only a minute of consideration) that you want to check the dabo settings first, and then fall back on the user's config file, and then finally fall back on default config file. This is in the spirit of Dabo being a framework sitting at a higher level than Python and Python libs. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
