Skip to content

Commit ccb407a

Browse files
douggishTimHess
authored andcommitted
Fix warning log message
Change the way the exception is logged.
1 parent 84f0a43 commit ccb407a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Configuration/src/ConfigServerBase/ConfigServerConfigurationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ private void DoPolledLoad()
188188
}
189189
catch (Exception e)
190190
{
191-
_logger.LogWarning("Could not reload configuration during polling" + e);
191+
_logger.LogWarning(e, "Could not reload configuration during polling");
192192
}
193193
}
194194

0 commit comments

Comments
 (0)