-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function to start writing to new log file at will #82
Comments
Pleeeeeeease please please please, I would love this so much. /endlog to force a new log to be created |
I can try implementing these once I have a bit of time (might not be before savage release though) |
Question, what exactly is parse filtering for? |
I would also like an option to start and stop parsing at will ! It's a bit unclear what |
Yeah you are right |
As of right now IINACT will utilize the same log file for a day, regardless of what occurs within the log file. This is fine, but after a while you end up with a large log file (I’ve had mine get up to around 100MB easily). If you’re then using FFLogs to parse this, you have to upload that surplus of data, which is both harsh on slower connections and wasteful to upload to FFLogs as most people probably don’t want the entirety of their fight history for the day uploaded, particularly if the majority of that isn’t even instanced content.
I’m essentially asking for the ability to start writing to a new log at will so that when I start raiding for the day, I have a clean log file to upload to FFLogs that only contains the pertinent logs. The only way to do this right now is to close the client and manually delete the file since the file is locked until the game is closed.
As an aside, an option to only have IINACT print to log once an instance is entered (and stop after exiting) would go a decent ways to reducing log bloat as there is limited usefulness for open world logs, and would also be particularly helpful given that IINACT also has no automated cleaning/archival of older logs (I had logs from mid 2023 when I looked recently and my folder was several gigabytes large if I recall correctly).
The text was updated successfully, but these errors were encountered: