The use of the Syslog module instead of the Database Logging module on the Acquia Platform increases the performance in several ways,
To enable the Syslog module, do either of the following:
Use the following Drush command:
drush en syslogexample.com/admin/modules and enable the module.Once you have enabled the module and navigate to /admin/config/development/logging, you must update the Syslog configuration. In order that there is an appropriate level of logging verbosity for a production environment, it is good to update the configuration so that additional details are written in the drupal-watchdog.log.
Acquia recommends the following settings as these match the defaults set by Drupal Core:
Set the Syslog format to: `!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message`