Closed NinoFloris closed 7 years ago
This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot
@muratg - who should review this?
Assigning to @JunTaoLuo for review.
This looks odd. We pass in the configuration to the ILoggerBuilder
but it does not flow the IncludeScopes
configuration to the ConsoleLogger
. I feel that the configuration of our loggers needs an update instead of this change. cc @BrennanConroy @pakrym thoughts?
This is caused by bigger issue and this is not the right solution.
Issue is that we need a general way to wire logger providers ConfigureOptions
to IConfiguration
instances assigned to logging configuration.
Solution requires some design.
Cool don't mind how it's fixed, saw that you already had some issues open around flowing IncludeScopes config. When filed I hoped this quick fix could still make RTM but alas. Thanks for picking it up
This option should affect the ConsoleLogger and isn't today