DaftBrit / NoitaArchipelago

Other
7 stars 3 forks source link

Keep all logs #82

Open heinermann opened 1 year ago

heinermann commented 1 year ago

Right now Noita erases and replaces its log files which could lead to some logs for diagnosing issues to be lost. We could probably have a separate AP log file (or just move logger.txt to a logs directory).

Something like "YYYY-MM-DD-hh-mm-ss-logger.txt".

It's also possible to do separate AP in one session, we could have separate AP logs on a per room basis.

heinermann commented 1 year ago

Since logger.txt is reset when the game starts up, best bet might be to copy it over every time the game is paused and when the player dies. logger.txt itself has the date-time stamp of when it was created (the one we would use for the filename).