Skip to content

Commit

Permalink
updating log statement (#9535)
Browse files Browse the repository at this point in the history
Co-authored-by: soninaren <[email protected]>
  • Loading branch information
v-smanchem and soninaren authored Sep 13, 2023
1 parent 6c4dee0 commit 4dbe5ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ internal static class LoggerExtension
private static readonly Action<ILogger, string, bool, bool, bool, bool, bool, Exception> _scriptStartUpNotLoadingExtensionBundle =
LoggerMessage.Define<string, bool, bool, bool, bool, bool>(LogLevel.Information,
new EventId(334, nameof(ScriptStartNotLoadingExtensionBundle)),
"Loading extensions from {path}. BundleConfigured: {bundleConfigured}, PrecompiledFunctionApp: {isPrecompiledFunctionApp}, LegacyBundle: {isLegacyExtensionBundle}, DotnetIsolatedApp: {isDotnetIsolatedApp}, isLogicApp: {isLogicApp}");
"Extension Bundle not loaded. Loading extensions from {path}. BundleConfigured: {bundleConfigured}, PrecompiledFunctionApp: {isPrecompiledFunctionApp}, LegacyBundle: {isLegacyExtensionBundle}, DotnetIsolatedApp: {isDotnetIsolatedApp}, isLogicApp: {isLogicApp}");

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

0 comments on commit 4dbe5ae

Please sign in to comment.