Skip to content

Commit 4dbe5ae

Browse files
updating log statement (#9535)
Co-authored-by: soninaren <[email protected]>
1 parent 6c4dee0 commit 4dbe5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ internal static class LoggerExtension
164164
private static readonly Action<ILogger, string, bool, bool, bool, bool, bool, Exception> _scriptStartUpNotLoadingExtensionBundle =
165165
LoggerMessage.Define<string, bool, bool, bool, bool, bool>(LogLevel.Information,
166166
new EventId(334, nameof(ScriptStartNotLoadingExtensionBundle)),
167-
"Loading extensions from {path}. BundleConfigured: {bundleConfigured}, PrecompiledFunctionApp: {isPrecompiledFunctionApp}, LegacyBundle: {isLegacyExtensionBundle}, DotnetIsolatedApp: {isDotnetIsolatedApp}, isLogicApp: {isLogicApp}");
167+
"Extension Bundle not loaded. Loading extensions from {path}. BundleConfigured: {bundleConfigured}, PrecompiledFunctionApp: {isPrecompiledFunctionApp}, LegacyBundle: {isLegacyExtensionBundle}, DotnetIsolatedApp: {isDotnetIsolatedApp}, isLogicApp: {isLogicApp}");
168168

169169
private static readonly Action<ILogger, string, Exception> _scriptStartupResettingLoadContextWithBasePath =
170170
LoggerMessage.Define<string>(LogLevel.Information,

0 commit comments

Comments
 (0)