refactor: Print Recyclarr version to debug logs

commitlint
Robert Dailey 2 years ago
parent f6884205c4
commit 934f30d71e

@ -75,6 +75,8 @@ public abstract class ServiceCommand : BaseCommand, IServiceCommand
var repoUpdater = container.Resolve<IRepoUpdater>();
var migration = container.Resolve<IMigrationExecutor>();
log.Debug("Recyclarr Version: {Version}", GitVersionInformation.InformationalVersion);
// Will throw if migration is required, otherwise just a warning is issued.
migration.CheckNeededMigrations();

Loading…
Cancel
Save