Skip to content

Commit fb7f77e

Browse files
Update LogLevel format in logging settings
1 parent 938c963 commit fb7f77e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/ServiceControl.Monitoring.UnitTests/ApprovalFiles/SettingsTests.PlatformSampleSettings.approved.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"LoggingSettings": {
3-
"LogLevel": {
4-
"Name": "Info",
5-
"Ordinal": 2
6-
},
3+
"LogLevel": "Information",
74
"LogPath": "C:\\Logs"
85
},
96
"InstanceName": "Particular.Monitoring",

src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PlatformSampleSettings.approved.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"LoggingSettings": {
3-
"LogLevel": {
4-
"Name": "Info",
5-
"Ordinal": 2
6-
},
3+
"LogLevel": "Information",
74
"LogPath": "C:\\Logs"
85
},
96
"NotificationsFilter": null,

0 commit comments

Comments
 (0)