Skip to content
Snippets Groups Projects
Commit 3c964e51 authored by Patrick Cloke's avatar Patrick Cloke Committed by Erik Johnston
Browse files

Log the new license during start.

parent eaad9bb1
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,10 @@ def setup_logging(
sys.argv[0],
SYNAPSE_VERSION,
)
logging.warning("Copyright (c) 2023 New Vector, Inc")
logging.warning(
"Licensed under the AGPL 3.0 license. Website: https://github.com/vector-im/synapse"
)
logging.info("Server hostname: %s", config.server.server_name)
logging.info("Instance name: %s", hs.get_instance_name())
logging.info("Twisted reactor: %s", type(reactor).__name__)
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