1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f3118a08d532/ Changeset: f3118a08d532 User: dan Date: 2014-11-17 17:37:39+00:00 Summary: Log.debug the name of the galaxy.ini file currently being used. Affected #: 1 file diff -r 101983f7d094d57ec442cf5661ba2a336eec83a6 -r f3118a08d53254fa31eef53ac07ed21ba792192d lib/galaxy/app.py --- a/lib/galaxy/app.py +++ b/lib/galaxy/app.py @@ -43,6 +43,8 @@ # Setup the database engine and ORM config_file = kwargs.get( 'global_conf', {} ).get( '__file__', None ) + if config_file: + log.debug( 'Using "galaxy.ini" config file: %s', config_file ) check_migrate_tools = self.config.check_migrate_tools self._configure_models( check_migrate_databases=True, check_migrate_tools=check_migrate_tools, config_file=config_file ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.