mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 08:54:59 -04:00
Remove last usages of deprecated logging.warn method (#6314)
This commit is contained in:
parent
befd58f47b
commit
fe1f2b4520
3 changed files with 4 additions and 3 deletions
|
@ -234,8 +234,8 @@ def setup_logging(
|
|||
|
||||
# make sure that the first thing we log is a thing we can grep backwards
|
||||
# for
|
||||
logging.warn("***** STARTING SERVER *****")
|
||||
logging.warn("Server %s version %s", sys.argv[0], get_version_string(synapse))
|
||||
logging.warning("***** STARTING SERVER *****")
|
||||
logging.warning("Server %s version %s", sys.argv[0], get_version_string(synapse))
|
||||
logging.info("Server hostname: %s", config.server_name)
|
||||
|
||||
return logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue