diff --git a/slpkg/upgrade.py b/slpkg/upgrade.py index 84ac2c33..5a7c215e 100644 --- a/slpkg/upgrade.py +++ b/slpkg/upgrade.py @@ -26,7 +26,7 @@ class Upgrade(Configs): self.all_installed: list = self.utils.installed_package_names - log_file: Path = Path(self.log_path, 'debug_upgrade.log') + log_file: Path = Path(self.log_path, 'error_upgrade.log') logging.basicConfig(filename=log_file, encoding='utf-8', level=logging.DEBUG)