Skip to content
Snippets Groups Projects
Commit 4dcad143 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

SYN-142: Use a default log file 'homeserver.log' so people get logging by default.

parent 627e4f01
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class LoggingConfig(Config):
help="The verbosity level."
)
logging_group.add_argument(
'-f', '--log-file', dest="log_file", default=None,
'-f', '--log-file', dest="log_file", default="homeserver.log",
help="File to log to."
)
logging_group.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment