We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbcd93 commit 34699f4Copy full SHA for 34699f4
server/lib/classes/cron.d/200-logfiles.inc.php
@@ -124,7 +124,7 @@ public function onRunJob() {
124
125
$cron_logfiles = array('cron.log', 'cron_error.log', 'cron_wget.log');
126
foreach($cron_logfiles as $cron_logfile) {
127
- $cron_logfile = $rec['document_root'].'/' . $log_folder . '/' . $cron_logfile;
+ $cron_logfile = $rec['document_root'].'/private/' . $cron_logfile;
128
129
// rename older files (move up by one)
130
$num = $log_retention;
0 commit comments