mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated to error
This commit is contained in:
parent
bd69f9be4e
commit
cbcc7ad519
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue