Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Conversation

@schrenkb1
Copy link

Showed Update folder.
Through composer install the directory was then /pub folder which contained this cron.php not /update

Was listed as update folder. My composer installation shows in pub folder.
yyevgenii pushed a commit to yyevgenii/devdocs that referenced this pull request Feb 5, 2018
@jeff-matthews jeff-matthews self-assigned this Mar 20, 2018
Copy link
Contributor

@jeff-matthews jeff-matthews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@schrenkb1, if you used Composer to download and install Magento, then you will have both files (pub/cron.php and update/cron.php).

The update/cron.php file allows you to update Magento using the Web Setup Wizard. The crontab example in the docs shows you how to log those results to var/log/update.cron.log.

The pub/cron.php file is the entry point for scheduled cron jobs that run via the bin/magento cron:run command. The crontab example in the docs shows you how to log those results to var/log/magento.cron.log.

The changes you've made break logging for updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants