mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-22 18:54:30 -07:00
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:
co-authored by
Exempt-Medic
parent
472d2d5406
commit
21dbfd2472
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user