I am wondering if these are really errors.  Seems to me debug would be
the best choice of:
DEBUG, INFO, WARNING, ERROR and CRITICAL


                       dabo.log.error("""
    No translation file found for domain 'dabo'.
    Locale dir = %s
    Languages = %s
    Codeset = %s """ % (daboLocaleDir, ustr(lang), charset))

                        dabo.log.error("No translation found for
domain '%s' and language %s." % (domain, lang))
                        dabo.log.error("""
No translation file found for domain '%s'.
    Locale dir = %s
    Languages = %s
    Codeset = %s """ % (domain, daboLocaleDir, ustr(lang), charset))


http://trac.dabodev.com/browser/trunk/dabo/dLocalize.py#L79

http://docs.python.org/library/logging.htm

-- 
Carl K

_______________________________________________
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]

Reply via email to