Disable logging.json migration as it is not ready yet

pull/2523/head
Vasily 4 years ago
parent d4564d8e29
commit 098d3538e3

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

Loading…
Cancel
Save