Disable logging.json migration as it is not ready yet

This commit is contained in:
Vasily 2020-03-06 17:22:22 +03:00
parent d4564d8e29
commit 098d3538e3
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ namespace Jellyfin.Server.Migrations
/// </summary>
internal static readonly IUpdater[] Migrations =
{
new Routines.DisableTranscodingThrottling(),
new Routines.DisableZealousLogging()
new Routines.DisableTranscodingThrottling()
};
/// <summary>