projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9b2b2
)
log.debug the used config file.
author
Elrond
<elrond+mediagoblin.org@samba-tng.org>
Mon, 9 Apr 2012 20:49:41 +0000
(22:49 +0200)
committer
Elrond
<elrond+mediagoblin.org@samba-tng.org>
Mon, 9 Apr 2012 20:49:41 +0000
(22:49 +0200)
Might be useful at some point.
mediagoblin/app.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/app.py
b/mediagoblin/app.py
index ef166047659191398ee29202572c08c0d52c9ff1..511c363cf43d3e20ebb1624deca74a4d721dd6f1 100644
(file)
--- a/
mediagoblin/app.py
+++ b/
mediagoblin/app.py
@@
-52,6
+52,7
@@
class MediaGoblinApp(object):
setting up celery.)
"""
_log.info("GNU MediaGoblin %s main server starting", __version__)
+ _log.debug("Using config file %s", config_path)
##############
# Setup config
##############