log if db not loaded

This commit is contained in:
Matthias 2021-11-14 01:59:47 +01:00
parent 01cf848fbb
commit 4abb23963a
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -32,7 +32,7 @@ class PluginAppConfig(AppConfig):
self.activate_integration() self.activate_integration()
except (OperationalError, ProgrammingError): except (OperationalError, ProgrammingError):
# Exception if the database has not been migrated yet # Exception if the database has not been migrated yet
pass logger.debug('Database was not ready for loading PluginAppConfig')
def collect_plugins(self): def collect_plugins(self):
"""collect integration plugins from all possible ways of loading""" """collect integration plugins from all possible ways of loading"""