Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0f1b01adab060eb644d074afb2c6bf7000db60a4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Log invalid torrent files contents as info

pull/1956/head
Bogdan 1 year ago
parent 4dbf5aa9f4
commit 0f1b01adab

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers
}
catch
{
_logger.Trace("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
_logger.Info("Invalid torrent file contents: {0}", Encoding.ASCII.GetString(fileData));
throw;
}
}

Loading…
Cancel
Save