Feature request: Log Splitting #52
Replies: 2 comments 2 replies
|
Built — coming in the next update. Under ⚙ Options → the log-cleanup checkbox, there's now "Keep a timestamped copy before emptying (Logs\archive)". Each finished session gets saved as exactly the name you proposed — One deliberate difference from the suggestion: the copies live in a It's off by default (most people run the cleanup precisely so logs stop accumulating) and it only applies to the janitor's normal sweep — "Reset session stats" doesn't touch log files at all, so there's nothing to archive on that path. Thanks for filing it through Send feedback. |
|
Now live in v1.38.0 — ⚙ Options → "Keep a timestamped copy before emptying (Logs\archive)". Your filename format, stamp = when the session ended. |
Uh oh!
There was an error while loading. Please reload this page.
Currently log file management is all-or-nothing - delete or leave.
It'd be nice whenever EQBuddy would have deleted logs, or whenever we hit the 'reset session stats', to instead rename the log file by appending the date/time stamp (eqlog_20260607143219.txt, for example). I tested and EQL picks up writing to eqlog.txt no problem.
This would let us save logs for other parsing tools without having one massive log file.
personally I'd love it if it did this every time I entered a new zone, even though it would make a multitude of log files, as 90% of the parses I care about are zone-bound (i.e. farming lguk vs. a naggy raid). This would just add the zone name in front of the date/time stamp.
I could also imagine a "clear log files older than 7 days" option, but that might be getting too greedy ;)
All reactions