Skip to content

Separates logging into per-round, rather than per-day

Rob Nelson requested to merge pull/12768/loggingdisaster into Bleeding-Edge

Created by: 9600bauds

Before: The entire day's worth of logging is bundled inside logs\2016\12-December\13-Tuesday.log. Now: Each round is separated into its own logs\2016\12-December\13-Tuesday\[hour].[minute] [station name], for example logs\2016\12-December\13-Tuesday\11.06 Death-World Center Alpha.log

Is this a ton more convenient? Yes. Will this cause the logging to shit itself and break instantly? Probably. It worked in my machine, no idea if it will break for Pomf's. Concerns are that the filepaths become 2long for Pomf's machine, or that the station names generate with an invalid character for Windows filenames such as :.

Merge request reports