mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Change log level for converters
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Jellyfin.Api.ModelBinders
|
||||
}
|
||||
catch (FormatException e)
|
||||
{
|
||||
_logger.LogWarning(e, "Error converting value.");
|
||||
_logger.LogDebug(e, "Error converting value.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user