diff options
| author | Vasily <just.one.man@yandex.ru> | 2020-03-06 17:22:22 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2020-03-06 17:22:22 +0300 |
| commit | 098d3538e32f4440bf6ed3a14844ff3a3b2a6fca (patch) | |
| tree | a7429280a6fab1868320994af16b1948b209428f | |
| parent | d4564d8e29274a854bdc46df3ebcaf0c1e39e906 (diff) | |
Disable logging.json migration as it is not ready yet
| -rw-r--r-- | Jellyfin.Server/Migrations/MigrationRunner.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs index 00a7c3a00..caaa58ae1 100644 --- a/Jellyfin.Server/Migrations/MigrationRunner.cs +++ b/Jellyfin.Server/Migrations/MigrationRunner.cs @@ -15,8 +15,7 @@ namespace Jellyfin.Server.Migrations /// </summary> internal static readonly IUpdater[] Migrations = { - new Routines.DisableTranscodingThrottling(), - new Routines.DisableZealousLogging() + new Routines.DisableTranscodingThrottling() }; /// <summary> |
