X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/aae58180130b21097e8d5af0e9ca7a8745247d36..07a7ae61f3af4fa685077e3b7e5c59f09f8a143f:/config.py?ds=inline diff --git a/config.py b/config.py index 3ff98c6..e16262d 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,13 @@ # vim: set et sts=4 sw=4 encoding=utf-8 : +# First of all, we need to setup the logging framework +import logging +logging.basicConfig( + level = logging.DEBUG, + format = '%(asctime)s %(name)-24s %(levelname)-8s %(message)s', + datefmt = '%a, %d %b %Y %H:%M:%S', +) + from pymin.services import * from pymin.dispatcher import Handler from os.path import join