EditorServices.log logfile takes extremely large amount of disk size [macOS]
See original GitHub issue- Operating system name and version: macOS 10.12.4 (16E195)
- VS Code version: Version 1.12.0-insider (1.12.0-insider) a5e9d3b5e8e7e9a89dd6624a70aab031f189a6fa
- PowerShell extension version: 0.11.0
- Output from
$PSVersionTable:
$PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.10
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a problem with extremely huge output size of extension log.
Path: /Users/piotrblazejewicz/.vscode-insiders/extensions/ms-vscode.powershell-0.11.0/logs/1492023659-6b4269a7-46c9-4e07-8b88-f619373de0aa1492023335791
Size: 19 202 038 517 bytes (19,2 GB on disk)
I’ve reviewed released for 0.12.* and didn’t spot info about possible fix.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Managing large log files taking up disk space - CNET
Sometimes problems with the handling of log files in OS X can result in log files taking up large amounts of disk space....
Read more >Mac Startup Disk is Full? - Guide on How to Fix It | Nektony
The warning message “Your startup disk is almost full” appears when there is no longer enough free space on your Mac disk.
Read more >Get started with PowerShell development in Visual Studio Code
The PowerShell Editor Services project provides language and debug services for editors that want to support PowerShell script development ...
Read more >troubleshooting.md - # Troubleshooting PowerShell Extension...
In [v2021.5.1] we started providing a defaultvalue for PowerShell files that ... it (since verbose logging can use disk space):```json"powershell.developer.
Read more >Installing Alfresco Content Services
Enter the Solr host and SSL port number to connect to Alfresco Content Services. ... Tomcat uses an 8 KB header buffer size,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Also your extension when it gets updated deletes all logs. So the log can only get that big if no updates were done for either preview or production version for a very long time which is not possible with your current release times.
Sorry… I think this isn’t caused by this extension, too. I’ll have a deeper look into it.