A recommended practice for a Drupal 7 site in production is to disable the Database logging (dblog) module and enable the Syslog (syslog) module to log and record system events.
For this reason, the syslog should be persisted.
Update the dockerfile to ensure that the active and archived syslog file are persisted to home/LogFiles.
A recommended practice for a Drupal 7 site in production is to disable the Database logging (dblog) module and enable the Syslog (syslog) module to log and record system events.
For this reason, the syslog should be persisted.
Update the dockerfile to ensure that the active and archived syslog file are persisted to home/LogFiles.