BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/celts
Write `import_user.py` output to a file.
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 15
- Avg merge
- 5d 39m
- Merged PRs (30d)
- 8
Description
When `import_user.py` is run, we save the result to the file `cron.log`. However, the problem is that the output we are providing is very poor. We need to modify the output that is being written to the log to be more descriptive and actually say what the script is doing. That way, if it breaks, or malfunctions we can know where.
If you are curious how the output is being written to a new file, reference line 35 in `crontab`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.