Luiz Henrique Cassettari
Luiz Henrique Cassettari
Yes is collecting from Console and Debug/Trace. In your case I suppose should show in the `Debug Output`, the log is hard-code to `MinimumLevel.Debug`. Maybe should be `Warning` in the...
The `LoggingLevelSwitch` could be used the change the log level on runtime. Here some reference: https://nblumhardt.com/2014/10/dynamically-changing-the-serilog-level/
The `LoggingLevelSwitch` works 😊 https://github.com/ricaun/RevitLookup/tree/dev-loglevel 
I create a PR, to add that setting: #300
Agree would be really useful to use the same tool to sign files and nuget packages.
Hello, I gonna try mix some code from version 2.2, to try to fix the join. I noticed de the library does not have a good way to select a...
> @ricaun With your suggested `LMIC_selectSubBand()`, were you able to test US915? If that works, I'm inclined to just reinstate that function (using your suggested version, or maybe something slightly...
Nice, I gonna update to 2026.0.1
> Great. But the problem is the idea itself, the user shouldn't be able to configure logging from the UI, they shouldn't know anything about it at all. 99% of...
> The event logs have been improved, they are now more compact PR is rejected for the reason above, the user should not be able to change the level of...