Travis Illig
Travis Illig
I did, but it wasn't clear what was going on there. [In the ElasticSearch section](https://www.jaegertracing.io/docs/1.26/operator/#elasticsearch-storage) I do see an example where the keys in the secret match up with the...
In MEL it appears they use [a case-insensitive comparison for the category name (namespace)](https://github.com/aspnet/Extensions/blob/f162f1006bf8954f0102af8ff98c04077cf21b04/src/Logging/Logging/src/LoggerRuleSelector.cs#L63). However, let me drum up a quick unit test to verify this is the case and...
Verified, the namespace handling in MEL is case-insensitive. Here is a quick unit test project you can use to play with it. I borrowed some of the [test stubs they...
Is this something that would happen here or in core Serilog? It appears it may be core. - Specifying an override in configuration ends up [calling `Override` on the `LoggerConfiguration.MinimumLevel`](https://github.com/serilog/serilog-settings-configuration/blob/71839b807802f7bbfbd95dd5d399ee34ea398d97/src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs#L108)....
In the event it helps (or not?) I looked at how log4net does it. [In .NET desktop framework, it's using object equality. In .NET Core/compact it uses the `string` type's...
No worries, just trying to help. Let me know if there's anything else I can do.
After fully quitting VS Code, doing a `git clean -dfx`, and restarting, the analyzer now seems to _not_ want a space there, which actually matches up with the formatting. Unclear...
It's really not intended to be used by itself, it's supposed to be a one-line bridge to allow Autofac to back the `IServiceProvider` interface. If we were to expose it...
I'm still sort of torn here, for a couple of reasons: - I really don't think "register Microsoft format things in an Autofac module" is a use case we really...
I've never been entirely clear about bots closing issues automatically without some sort of team response. This is still an issue. It might not be something that folks care to...