reduces log level to debug
This commit is contained in:
parent
97dd175b27
commit
518dd58cde
@ -90,7 +90,7 @@ public class PiwigoContext : IPiwigoContext
|
|||||||
{
|
{
|
||||||
await EnsureLoggedInAsync(cancellationToken);
|
await EnsureLoggedInAsync(cancellationToken);
|
||||||
|
|
||||||
logger.LogInformation("executing {Method} using post", method);
|
logger.LogDebug("executing {Method} using post", method);
|
||||||
|
|
||||||
var response = await ConfigureRequest(logger).PostMultipartAsync(c =>
|
var response = await ConfigureRequest(logger).PostMultipartAsync(c =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user