karen.mikaela Posted November 24, 2014 Report Share Posted November 24, 2014 Please, anyone can explain how can i view delivery.log? I have already enabled true flag in conf file. But i can't see anything happen. The file delivery.log did not create. Tks. Quote Link to comment Share on other sites More sharing options...
DavidT Posted January 25 Report Share Posted January 25 You can enable the delivery log in the site configuration file, for example: [deliveryLog] enabled=1 name="log/delivery.log" fileMode=0644 priority=6 The "name" path is relative to your Revive install "var" folder. So the log will go to, for example if Revive is at /var/www/revive_adserver to /var/www/revive_adserver/var/log/delivery.log You'll also need to make sure the folder exists and is writable by your webserver user, for example if the webserver user is www-data mkdir /var/www/revive_adserver/var/log chown www-data: /var/www/revive_adserver/var/log After that the logs with the appropriate log level can be seen in delivery.log there. 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.