Skip to content

Commit

Permalink
Multiserver: Implicitly use default write_mode arg in init_logging
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
josephwhite and Exempt-Medic authored Nov 27, 2024
1 parent d402319 commit 9a7460c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MultiServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,6 @@ def load_server_cert(path: str, cert_key: typing.Optional[str]) -> "ssl.SSLConte
async def main(args: argparse.Namespace):
Utils.init_logging(name="Server",
loglevel=args.loglevel.lower(),
write_mode="w",
add_timestamp=args.logtime)

ctx = Context(args.host, args.port, args.server_password, args.password, args.location_check_points,
Expand Down

0 comments on commit 9a7460c

Please sign in to comment.