gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
373 stars 54 forks source link

Slow down as log file grows larger #146

Open Masamune3210 opened 4 years ago

Masamune3210 commented 4 years ago

It seems that the program slows down as the log file grows larger due to the program writing to the file after every nsp, is there a way to maybe have it write to the log in chunks or maybe set a limit to the logfile's size?

gibaBR commented 4 years ago

Yes, I know about that problem. Didn't had time to solve it, but if you hit the clear log button, it works as a workaround.

Em seg, 19 de ago de 2019 14:06, deadair3210 notifications@github.com escreveu:

It seems that the program slows down as the log file grows larger due to the program writing to the file after every nsp, is there a way to maybe have it write to the log in chunks or maybe set a limit to the logfile's size?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gibaBR/Switch-Backup-Manager/issues/146?email_source=notifications&email_token=AFKGL2TCHV5XGXCC5ZX5D2LQFLHJTA5CNFSM4IND3AGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGBHS3Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AFKGL2V7H2MUMBGILFE3XGTQFLHJTANCNFSM4IND3AGA .

Masamune3210 commented 4 years ago

I do, i also just set the logfile as readonly for long jobs that I dont need the log of. Just wanted to ask to make sure there wasnt a better way