We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad2976 commit 02bde3cCopy full SHA for 02bde3c
src/BootstrapBlazor.Server/Extensions/ServiceCollectionExtensions.cs
@@ -34,9 +34,6 @@ public static IServiceCollection AddBootstrapBlazorServerService(this IServiceCo
34
// 增加 SignalR 服务数据传输大小限制配置
35
services.Configure<HubOptions>(option => option.MaximumReceiveMessageSize = null);
36
37
- // 增加错误日志
38
- services.AddLogging(logging => logging.AddFileLogger());
39
-
40
// 增加后台任务服务
41
services.AddTaskServices();
42
services.AddHostedService<ClearTempFilesService>();
0 commit comments