full path to logging.config, small fix in Configuration.Database string repr

This commit is contained in:
Matt Turnbull
2009-08-15 22:36:14 +01:00
parent 222d713169
commit 29a0ad85c7
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import Card
from Exceptions import *
import logging, logging.config
logging.config.fileConfig("logging.conf")
logging.config.fileConfig(os.path.join(sys.path[0],"logging.conf"))
log = logging.getLogger('db')
class Database: