log.debug the used config file.

Might be useful at some point.
This commit is contained in:
Elrond 2012-04-09 22:49:41 +02:00
parent cb9b2b2a6f
commit 3f36967401

View File

@ -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
##############