mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 12:40:39 -05:00
Raise an error if someone tries to use the log_file config option (#6626)
This has caused some confusion for people who didn't notice it going away.
This commit is contained in:
parent
98247c4a0e
commit
e484101306
3 changed files with 17 additions and 3 deletions
|
|
@ -310,7 +310,7 @@ def setup(config_options):
|
|||
"Synapse Homeserver", config_options
|
||||
)
|
||||
except ConfigError as e:
|
||||
sys.stderr.write("\n" + str(e) + "\n")
|
||||
sys.stderr.write("\nERROR: %s\n" % (e,))
|
||||
sys.exit(1)
|
||||
|
||||
if not config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue