Skip to content

Commit

Permalink
Debug code left in causing log cleanup not to run at correct time
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwbest committed Dec 2, 2023
1 parent b3ac834 commit b9499dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/app/www/public/crons/housekeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}

//-- LOG FILE CLEANUP (DAILY @ MIDNIGHT)
//if (date('H') == 0 && date('i') <= 5) {
if (date('H') == 10) {
if (date('H') == 0 && date('i') <= 5) {
$cleanup = [
[
'crons' => [
Expand Down

0 comments on commit b9499dc

Please sign in to comment.