[WASM] Getting rid of useless 'Microsoft.AspNetCore.Hosting.Diagnostics' messages #7751
DierkDroth
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks. I'm assuming you're talking about messages in the VS debugger window while debugging. Those messages cannot be removed from the app, and there's no configuration for it at this point. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My VS output window is spammed with 'Microsoft.AspNetCore.Hosting.Diagnostics' messages. How could I get rid of those?
I tried:
... as first instruction in APP.ctor()
However:
a) it did not work
b) I had to install (back) 3 (!) NuGet packages for the sole purpose of trying to get rid of log spam.
Is there a working and more efficient way to get of that log spam?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions