Skip to content
Snippets Groups Projects
Commit ee523284 authored by Baptiste Durand's avatar Baptiste Durand
Browse files

Correction of log file path.

parent bf35d4d1
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ from logging.handlers import RotatingFileHandler
from pathlib import Path
log_level = logging.DEBUG
log_path = Path.home().joinpath('/ho_homog_log/activity.log')
log_path = Path('~/ho_homog_log/activity.log')
if not log_path.parent.exists():
log_path.parent.mkdir(mode=0o777, parents=True)
pckg_logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment