Skip to content

Commit 6aadb86

Browse files
committed
Revert change to FunctionConsoleLogCategoryName
1 parent b93f674 commit 6aadb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Common/Utilities.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ internal static bool DefaultLoggingFilter(string category, LogLevel actualLevel,
238238
{
239239
if (LogCategories.IsFunctionUserCategory(category)
240240
|| LogCategories.IsFunctionCategory(category)
241-
|| category.Equals(WorkerConstants.ConsoleLogCategoryName, StringComparison.OrdinalIgnoreCase))
241+
|| category.Equals(WorkerConstants.FunctionConsoleLogCategoryName, StringComparison.OrdinalIgnoreCase))
242242
{
243243
return actualLevel >= userLogMinLevel;
244244
}

0 commit comments

Comments
 (0)