Fix CSV file name in logging output for new user analysis script
This commit is contained in:
@ -1298,7 +1298,7 @@ def main():
|
|||||||
timestamp = start_kst.strftime('%Y%m%d_%H%M%S')
|
timestamp = start_kst.strftime('%Y%m%d_%H%M%S')
|
||||||
|
|
||||||
log_file_path = OUTPUT_DIR / f"ds-new_user_analy-{timestamp}.log"
|
log_file_path = OUTPUT_DIR / f"ds-new_user_analy-{timestamp}.log"
|
||||||
csv_file_path = OUTPUT_DIR / f"dds-new_user_analy-{timestamp}.csv"
|
csv_file_path = OUTPUT_DIR / f"ds-new_user_analy-{timestamp}.csv"
|
||||||
|
|
||||||
logger = setup_logging(str(log_file_path))
|
logger = setup_logging(str(log_file_path))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user