log.debug the used config file.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 9 Apr 2012 20:49:41 +0000 (22:49 +0200)
committerElrond <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

index ef166047659191398ee29202572c08c0d52c9ff1..511c363cf43d3e20ebb1624deca74a4d721dd6f1 100644 (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
         ##############