Created
November 28, 2014 07:27
-
-
Save jpluimers/2f2e3acdd53a2d6b9ec0 to your computer and use it in GitHub Desktop.
.NET enable and disable Fusion log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 0 /f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 1 /f |
Because I have disk space problems by thousands of log files, I followed your advice to disable fusion logs. However, logs are still written.
See screen shot for my current settings.
I don't know and have not played around with the Fusion logs for years.
Did you try Fusion Log ++ that was suggested by @awaescher in https://gist.github.com/jpluimers/2f2e3acdd53a2d6b9ec0?permalink_comment_id=2937667#gistcomment-2937667 ?
(Note I am currently very inactive still recovering from a lot of rectum cancer treatments, see https://twitter.com/jpluimers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... or just run the open source alternative Fusion++ from here or directly from chocolatey using
choco install fusionplusplus
.