add debug message
This commit is contained in:
parent
74cf586d36
commit
f924c0aa92
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class YamlConfig(IConfig):
|
|||
def load(self, default={}):
|
||||
self.values = default.copy()
|
||||
|
||||
logging.debug(u'Loading application configuration file: %s.' % self.path)
|
||||
try:
|
||||
with open(self.path, 'r') as f:
|
||||
self.values = yaml.load(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue