Skip to content

Commit 8855f48

Browse files
committed
fix wording for aspnetcore enable logging point
1 parent 73a45bf commit 8855f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The configuration refresh is triggered by the incoming requests to your web app.
234234

235235
Logs are output upon configuration refresh and contain detailed information on key-values retrieved from your App Configuration store and configuration changes made to your application.
236236

237-
- A default `ILoggerFactory` is added automatically when `services.AddAzureAppConfiguration()` is invoked in your `ConfigureServices` method. The App Configuration provider uses this `ILoggerFactory` to create an instance of `ILogger`, which outputs these logs. No code changes are needed.
237+
- ASP.NET Core uses `ILogger` for logging by default, so you don't need to make any additional code changes to enable logging for the App Configuration provider.
238238
- Logs are output at different log levels. The default level is `Information`.
239239

240240
| Log Level | Description |

0 commit comments

Comments
 (0)