Updated to error

This commit is contained in:
Dimitris Zlatanidis 2023-04-05 21:39:03 +03:00
parent bd69f9be4e
commit cbcc7ad519

View file

@ -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)