Multiserver: Add argument for timestamping STDOUT (#4266)

* core: add server arg for timestamping STDOUT

* Multiserver: Implicitly use default write_mode arg in init_logging

Co-authored-by: Exempt-Medic <[email protected]>

---------

Co-authored-by: Exempt-Medic <[email protected]>
This commit is contained in:
josephwhite
2024-12-01 04:33:36 +01:00
committed by GitHub
co-authored by Exempt-Medic
parent 472d2d5406
commit 21dbfd2472
3 changed files with 11 additions and 5 deletions
+1
View File
@@ -599,6 +599,7 @@ class ServerOptions(Group):
savefile: Optional[str] = None
disable_save: bool = False
loglevel: str = "info"
logtime: bool = False
server_password: Optional[ServerPassword] = None
disable_item_cheat: Union[DisableItemCheat, bool] = False
location_check_points: LocationCheckPoints = LocationCheckPoints(1)