2010/8/25 Ed Leafe <[email protected]>: > The current code checks for a config file in the app directory, and if > it's not there, assumes that the default Dabo config file is present. > > 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?
Sounds good to me. It's important that starting any dabo app doesn't fail because there's no logging.conf; at the moment logging is enabled at "import dabo", so it's not possible to disable logging completely, is it? Our apps should be able to work even in an read-only environment like a "Linux Live" DVD. Greetlings, Hraban _______________________________________________ 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]
