conrad-blucher-institute / semaphore

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

249 fix log file #280

Closed abeasley1722 closed 4 months ago

abeasley1722 commented 4 months ago
  1. Creation of a Logs Directory: A new directory named logs will be created at the root path.

  2. Logs Organized by Year and Month: Within the log directory, logs for each model will be organized based on the year and month they were generated.

  3. Additional log file added for Cron Logs: I added an additional log file specifically for cron jobs associated with each model. Crontabs produce two separate outputs: one for command execution and another highlighting general errors encountered during the cron job execution. To improve error tracking and management, general crontab error messages will be sent to a cron log file instead of heirloom mail. I believe it will be easier to navigate in the future rather than the heirloom mail system it was being sent to previously.