marzent / IINACT

A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin
https://www.iinact.com
GNU General Public License v3.0
169 stars 39 forks source link

add option to save current logs to disk immediately without quitting? #75

Closed jacob-keller closed 4 months ago

jacob-keller commented 4 months ago

IINACT can save lots to disk, but it appears to only rotate the log file and save it to disk when exiting FFXIV. It would be handy if there was a button or command I could use to immediately save logs to disk so I can access them and do things like upload without needing to close the game.

marzent commented 4 months ago

The log file is flushed to the disk every few seconds and should be up-to-date without needing to close the game.

Rotation is currently handled by the FFXIV_ACT_Plugin itself and is rather inflexible and I'd prefer not touching that if possible, just to keep changes to it to a minimum.

Maybe something else on the system was causing an old file to be read... Btw on which platform does this happen?

jacob-keller commented 4 months ago

Huh, I saw a log file but it had a size of zero for a while. However I just confirmed that it has updated after I exited this instance so I think it actually is working. Sorry for the noise!