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

By default vbsp will cleanup the log file. #403

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Unusuario2
Copy link

@Unusuario2 Unusuario2 commented Feb 16, 2025

This PR aims to reduce the size of .log files, vbsp by default will erase the previous .log file and make a new one.
Why is this useful? Since log files are not cleaned up they tend, with time, to increase a few megabytes, this PR solves this issue.
Vbsp usually is the first process that starts the compilation of the .vmf so it makes sense that this tool removes the old .log file.
To disable this behaviour add "-NoLogCleanUp" to the command line.


PR Checklist

  • My PR follows all guidelines in the CONTRIBUTING.md file
  • My PR targets a develop branch OR targets another branch with a specific goal in mind

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

Successfully merging this pull request may close these issues.

1 participant