Jump to content

How Delivery.log Works?


Recommended Posts

  • 9 years later...

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...