reduces log level to debug

This commit is contained in:
Philipp Häfelfinger 2023-09-02 16:03:42 +02:00
parent 97dd175b27
commit 518dd58cde
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class PiwigoContext : IPiwigoContext
{
await EnsureLoggedInAsync(cancellationToken);
logger.LogInformation("executing {Method} using post", method);
logger.LogDebug("executing {Method} using post", method);
var response = await ConfigureRequest(logger).PostMultipartAsync(c =>
{