Skip to content
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

Massive 'extension.log' file in %localappdata%\BuildVision #115

Open
nitz opened this issue Dec 15, 2021 · 2 comments
Open

Massive 'extension.log' file in %localappdata%\BuildVision #115

nitz opened this issue Dec 15, 2021 · 2 comments
Assignees
Labels

Comments

@nitz
Copy link

nitz commented Dec 15, 2021

Hello!

My hard drive was getting close to full so I was cleaning up large files where I could. I found an 8.7 Gigabyte file: %localappdata%\BuildVision\extension.log.

It looks like it contains logs dating back to when I installed the extension (~10 May 2021) to current.

I definitely know the desire to keep logs, but a nearly 9 gigabyte file after 6-7 months of use for an extension is a bit excessive, I feel.

Perhaps this logging functionality could be optional and opt-in, or at the very least forced to be a more reasonable size?

Cheers

@StefanKert StefanKert self-assigned this Feb 11, 2022
@andrei2popa
Copy link

Is it possible to delete the file without any unintended consequences? tia

@StefanKert
Copy link
Owner

Hi folks,

@andrei2popa yep it is absolutely possible to delete it. The .log file only contains log data.

@nitz actually growing that file that large is really not intended. I basically didn't think about the fact that it could get that large. Keeping those logs for such a long time doesn't make any sense, especially since most of the log is informational only. I will check how others are solving that and try to integrate a cleanup mechanism in a future version of BuildVision. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants