Disabling logs #780
Unanswered
Amir-Zouerami
asked this question in
Q&A
Replies: 1 comment
-
There isn't, but you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was doing a very heavy data remodeling in vscode in a specific drive. The process involves creating millions of files in specific formats from a huge db dump.
I realized that when i ran my script in the vscode integrated terminal, for every file created in this project, biome would log something along the lines of this in the path
/home/amirzm/.cache/biome/biome-logs/server.log.2025-09-14-17
:Due to how many files were being generated i had 14 GBs worth of log files in my system and it nearly crashed my entire script and OS.
I am aware that excluding this directory where files are generated into will probably prevent this but at the same time i do not like writing a log to disk by a linter for every file that is discovered by the biome language server. Is there a global option to disable logs altogether?
Beta Was this translation helpful? Give feedback.
All reactions