You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to programmatically access LoggingLevelSwitch-es configured in the config json? I want to be able to change the logging level at runtime in my service via a web service call.
I see that the LoggingLevelSwitch are stored in a ResolutionContext inside of the IConfigurationReader. However I don't see a way outside of reflection to access them. Am I missing something, or is changing them via a file watcher on the config json the only way to change them at runtime?
The text was updated successfully, but these errors were encountered:
Is there anyway to programmatically access LoggingLevelSwitch-es configured in the config json? I want to be able to change the logging level at runtime in my service via a web service call.
I see that the LoggingLevelSwitch are stored in a ResolutionContext inside of the IConfigurationReader. However I don't see a way outside of reflection to access them. Am I missing something, or is changing them via a file watcher on the config json the only way to change them at runtime?
The text was updated successfully, but these errors were encountered: