Fixed some problems.
This commit is contained in:
@@ -924,7 +924,7 @@ public partial class LightlessHub
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Authorize(Policy = "Identified")]
|
[Authorize(Policy = "Identified")]
|
||||||
public async Task<GroupPruneSettingsDto?> GroupGetPruneSettings(GroupDto dto)
|
public async Task<GroupPruneSettingsDto> GroupGetPruneSettings(GroupDto dto)
|
||||||
{
|
{
|
||||||
_logger.LogCallInfo(LightlessHubLogger.Args(dto));
|
_logger.LogCallInfo(LightlessHubLogger.Args(dto));
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft": "Warning",
|
"Microsoft": "Warning",
|
||||||
"Microsoft.Hosting.Lifetime": "Information",
|
"Microsoft.Hosting.Lifetime": "Information",
|
||||||
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
|
||||||
"LightlessSyncServer.Authentication": "Warning",
|
"LightlessSyncServer.Authentication": "Warning",
|
||||||
"System.IO.IOException": "Warning"
|
"System.IO.IOException": "Warning"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user