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> /// </summary>
internal static readonly IUpdater[] Migrations = internal static readonly IUpdater[] Migrations =
{ {
new Routines.DisableTranscodingThrottling(), new Routines.DisableTranscodingThrottling()
new Routines.DisableZealousLogging()
}; };
/// <summary> /// <summary>

Loading…
Cancel
Save