Skip to content
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

Document logging configuration schema #7128

Closed
DamianEdwards opened this issue Jun 19, 2018 · 0 comments
Closed

Document logging configuration schema #7128

DamianEdwards opened this issue Jun 19, 2018 · 0 comments
Assignees

Comments

@DamianEdwards
Copy link
Member

The logging system is now (since 2.0) integrated directly with the configuration system, such that it can be configured with a set schema, via the various config providers (JSON file, environment vars, cmd-line args, etc.). All of the ASP.NET Core project templates (except Empty) include a default configuration in their appSettings.json and appSettings.Production.json but I couldn't find any docs on how to change it, or how it interacts with configuration from other providers, .e.g. how to set from env vars, precedence of configuration when set in multiple providers (common in places like Azure App Service), etc.

@glennc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants