From 2e42ab7f86e4e6ec5ee28af70606816a5efb9548 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Thu, 28 Apr 2016 19:38:12 +0000 Subject: [PATCH] logging changes --- etc/dm.deploy.conf | 2 +- src/python/dm/__init__.py | 2 +- .../service/impl/experimentSessionControllerImpl.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf index 87864bc8..050461ab 100644 --- a/etc/dm.deploy.conf +++ b/etc/dm.deploy.conf @@ -15,5 +15,5 @@ DM_DAQ_WEB_SERVICE_HOST=DM_HOSTNAME DM_DAQ_WEB_SERVICE_PORT=33336 DM_CAT_WEB_SERVICE_HOST=DM_HOSTNAME DM_CAT_WEB_SERVICE_PORT=44436 -DM_SOFTWARE_VERSION="0.10 (DM_DATE)" +DM_SOFTWARE_VERSION="0.11 (DM_DATE)" diff --git a/src/python/dm/__init__.py b/src/python/dm/__init__.py index d3ba006f..16317eac 100644 --- a/src/python/dm/__init__.py +++ b/src/python/dm/__init__.py @@ -1 +1 @@ -__version__ = "0.10 (2016.03.21)" +__version__ = "0.11 (2016.04.28)" diff --git a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py index d08f2e1c..2669c5ad 100755 --- a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py +++ b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py @@ -136,6 +136,7 @@ class ExperimentSessionControllerImpl(DmObjectManager): try: # Get files + self.logger.debug('Retrieving file paths for %s' % dataDirectory) filePathsDict = FileSystemObserver.getInstance().getFiles(dataDirectory) # Remove hidden files -- GitLab