Skip to content

Commit 1672681

Browse files
committed
move debug to top of table
1 parent b1447fc commit 1672681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -239,8 +239,8 @@ You can use refresh logs to identify errors and debug your application.
239239

240240
| Log Level | Description |
241241
|---|---|
242-
| Information | Updates to values stored in the configuration. |
243242
| Debug | Updates to key-values in the App Configuration store. |
243+
| Information | Updates to values stored in the configuration. |
244244
| Warning | Indicates errors that occurred during refresh. |
245245
- The logging category is `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
246246

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ You can use refresh logs to identify errors and debug your application. For info
148148

149149
| Log Level | Description |
150150
|---|---|
151-
| Information | Updates to values stored in the configuration. |
152151
| Debug | Updates to key-values in the App Configuration store. |
152+
| Information | Updates to values stored in the configuration. |
153153
| Warning | Indicates errors that occurred during refresh. |
154154
- The logging category is `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
155155

0 commit comments

Comments
 (0)