-
Notifications
You must be signed in to change notification settings - Fork 97
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
How do I disable logging? #9
Comments
only console.write reference is in the demo project? are you sure the log lines you mention are from uhttpsharp? |
This one, for example: uhttpsharp/uhttpsharp/HttpServer.cs Line 66 in e3ac7fc
|
Bump! I would really love to know how to disable this annoying message every time I use the library: Exception occured resolving a log provider. Logging for this assembly uhttpsharp Why can't you just let the exception bubble up so I can catch it? |
Do this for a work around:
|
same issue. Workaround didn't work. |
I would like to disable the automatic uhttpsharp log in my console application by either some boolean flag or by changing the logger level. Any help?
The text was updated successfully, but these errors were encountered: