Skip to content
Snippets Groups Projects
Commit 3c2670bd authored by sveseli's avatar sveseli
Browse files

logging changes

parent daf8360e
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ class ApsUserDbManager: ...@@ -87,7 +87,7 @@ class ApsUserDbManager:
self.logger.debug('Mapping DB tables') self.logger.debug('Mapping DB tables')
for (dbTableName, (dbEntityClass, dbRelationDict)) in apsUserDbEntityMap.APS_USER_DB_ENTITY_MAP.items(): for (dbTableName, (dbEntityClass, dbRelationDict)) in apsUserDbEntityMap.APS_USER_DB_ENTITY_MAP.items():
self.mapTable(dbEntityClass, dbTableName, dbRelationDict) self.mapTable(dbEntityClass, dbTableName, dbRelationDict)
self.logger.debug('Initialized SQLalchemy engines') self.logger.debug('Initialized SQLalchemy APS User DB engine')
finally: finally:
ApsUserDbManager.__lock.release() ApsUserDbManager.__lock.release()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment