mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
Merge pull request #494 from matrix-org/daniel/2
Don't start server if ASes are invalidly configured
This commit is contained in:
commit
27927463a1
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||
except Exception as e:
|
||||
logger.error("Failed to load appservice from '%s'", config_file)
|
||||
logger.exception(e)
|
||||
raise
|
||||
|
||||
|
||||
class ApplicationServiceTransactionStore(SQLBaseStore):
|
||||
|
|
Loading…
Add table
Reference in a new issue