Jose Montiel Posted December 29, 2020 Report Share Posted December 29, 2020 Hello, I'm tracking a problem related to GeoTargeting, and I'm trying to activate deliveryLog, which will log useful;l information like OX_Delivery_logMessage('real address set to '.$ip, 7); I had changed the conf file section like this [deliveryLog] enabled=1 name="delivery.log" fileMode=0644 priority=6 However, file delivery.log is not created. I also checked directories permissions, php-fpm has permission to write on /var folder, and even created the file but nothing is added. I can't find any documentation on how to activate this functionality. Can somebody point me in the right direction ? Technical details OS: Ubuntu 20.04 PHP-FPM: 7.4 Nginx: 1.18.0 Revive: 5.0.5 7 minutes ago, Jose Montiel said: Hello, I'm tracking a problem related to GeoTargeting, and I'm trying to activate deliveryLog, which will log useful;l information like OX_Delivery_logMessage('real address set to '.$ip, 7); I had changed the conf file section like this [deliveryLog] enabled=1 name="delivery.log" fileMode=0644 priority=6 However, file delivery.log is not created. I also checked directories permissions, php-fpm has permission to write on /var folder, and even created the file but nothing is added. I can't find any documentation on how to activate this functionality. Can somebody point me in the right direction ? Technical details OS: Ubuntu 20.04 PHP-FPM: 7.4 Nginx: 1.18.0 Revive: 5.0.5 Typo: I created the file not php-fpm Quote Link to comment Share on other sites More sharing options...
Jose Montiel Posted December 29, 2020 Author Report Share Posted December 29, 2020 Already solved. Messages are logged at level DEBUG (7) and configuration was set to log upto INFO (6). Changing priority to 7 in conf file did the trick. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.