Skip to content

Commit 86472dd

Browse files
committed
Fixing the log level for _extensionBundleFound
1 parent 30fa09f commit 86472dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Diagnostics/Extensions/ExtensionBundleLoggerExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal static class ExtensionBundleLoggerExtension
3131

3232
private static readonly Action<ILogger, string, Exception> _extensionBundleFound =
3333
LoggerMessage.Define<string>(
34-
LogLevel.Error,
34+
LogLevel.Information,
3535
new EventId(103, nameof(ExtensionBundleFound)),
3636
"Found a matching extension bundle at {bundlePath}");
3737

0 commit comments

Comments
 (0)