Global configuration
Variable | Default value | Description |
---|---|---|
CUSTOM_LOGS_FOLDER | Empty | By default, Magento stores logs in /var/log, if that is not the case for your install, you have to set this variable to the complete system path where the logs are located.
Example: /var/www/html/var/production/logs |
MAGENTO_LOGS_CUSTOM_FILES | Empty | By default, you benefit from generic logs (exception.log, debug.log & system.log) but if you want to monitor additionnal files INSIDE your logs directory, you can set this variable.
Example:
stripe.log paypal.log |
CUSTOM_CODE_ROOT | folder path | If your code is located in a specific folder, you can fill the relative path with this variable. |
ARTIFAKT_ENTRYPOINT_OFF | empty | By using this variable, the Artifakt entrypoint will be disabled and not played |
If you decide to set the ARTIFAKT_ENTRYPOINT_OFF variable, be aware that there are deployment steps that you will have to add to your own entrypoint or execute manually.
All your Magento logs have to be in the same folder, if you set the CUSTOM_LOGS_FOLDER variable, the exception.log, debug.log & system.log will be searched for in that specific folder, and not in the /var/log folder.
Last modified 10mo ago