mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
Update log line
This commit is contained in:
parent
59a0682f3e
commit
8bb85c8c5a
1 changed files with 4 additions and 1 deletions
|
@ -279,7 +279,10 @@ class SynapseHomeServer(HomeServer):
|
|||
),
|
||||
interface=config.metrics_interface,
|
||||
)
|
||||
logger.info("Metrics now running on 127.0.0.1 port %d", config.metrics_port)
|
||||
logger.info(
|
||||
"Metrics now running on %s port %d",
|
||||
config.metrics_interface, config.metrics_port,
|
||||
)
|
||||
|
||||
def run_startup_checks(self, db_conn, database_engine):
|
||||
all_users_native = are_all_users_on_domain(
|
||||
|
|
Loading…
Reference in a new issue