new-features #5

Merged
dan merged 73 commits from wordpress-nextcloud into dev 2023-12-04 12:46:32 +01:00
Showing only changes of commit d6941824cd - Show all commits

View file

@ -58,7 +58,7 @@ session_id = get_session_id()
# ------------------------------- setup logging ------------------------------ #
DIR = DirManager(output_dir=OUTPUT_DIR, session_id=session_id)
log_file = DIR.RESULTS / "full.log"
log_file = DIR.RECORDS / "full.log"
logger.add(log_file)