-
Notifications
You must be signed in to change notification settings - Fork 302
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
CheckUpdatesAsync: No such host is known. #299
Comments
You have exceeded your request limit on GitHub, the log says so. There is no way to turn off the logs yet, but we will remove this exception from the journal |
I think you are wrong, the exception says 'No such host is known. (api.github.com:443)', maybe for a moment my machine goes offline. The exceptions is logged in the journal? Nice! |
Yes, RevitLookup logs important errors to the journal and some messages to the Console. This is useful when users are having issues and require help: https://github.com/jeremytammik/RevitLookup/releases/tag/2025.0.2
|
Would be possible to change the RevitLookup/source/RevitLookup/Config/LoggerConfigurator.cs Lines 20 to 28 in 3022f7d
|
I noticed the
|
What reason do we have to disable logging?
If you get such messages, you have probably compiled the project for Debug mode. This is not a recommended way because it is several times worse in performance and contains more logs. Use Release version |
I don't need that information in the console.
I'm using the last version downloaded from the main release. When I open the In the release the I remember one time I changed to The only place that use |
Personal preference cannot be a reason to remove any functionality
If you run VS in Debug mode, then yes, you will see them because |
Yes is collecting from Console and Debug/Trace. In your case I suppose should show in the Maybe should be |
The Here some reference: https://nblumhardt.com/2014/10/dynamically-changing-the-serilog-level/ |
The |
I create a PR, to add that setting: #300 |
RevitLookup version
2025.0.10
Steps to reproduce
I have some strange logs when my Revit open, I guess start happen after the
HostedLifecycleService
update.Does not break anything is just annoying to receive random logs when my Revit open.
There are some way to disable the log in the RevitLookup?
The text was updated successfully, but these errors were encountered: