Skip to content

Commit 6da7164

Browse files
committed
Remove console logging
1 parent 35abdb6 commit 6da7164

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WebJobs.Script.WebHost/WebJobsServiceCollectionExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ private static ILoggerFactory CreateLoggerFactory(string hostInstanceId, ScriptS
127127
var hostFileLogger = new HostFileLoggerProvider(hostInstanceId, settings.LogPath, () => true);
128128
loggerFactory.AddProvider(hostFileLogger);
129129

130-
loggerFactory.AddConsole();
131-
132130
return loggerFactory;
133131
}
134132
}

0 commit comments

Comments
 (0)