review loggers

This commit is contained in:
2022-06-19 22:28:31 +03:00
parent 03c298c762
commit 18daecaac7
11 changed files with 15 additions and 91 deletions

View File

@ -45,7 +45,7 @@ class Operations:
path(Path): path to the database file
"""
self.path = path
self.logger = logging.getLogger("database")
self.logger = logging.getLogger("root")
@staticmethod
def factory(cursor: Cursor, row: Tuple[Any, ...]) -> Dict[str, Any]: