You are here

public function WatchdogSyslog::getAction in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getAction

File

src/Plugin/SiteAuditCheck/WatchdogSyslog.php, line 52

Class

WatchdogSyslog
Provides the WatchdogSyslog Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getAction() {

  /* TODO configure settings in the web interface and from the DRUSH command line
     if ($this->getScore() == SiteAuditCheckBase::AUDIT_CHECK_SCORE_FAIL && $this->options['vendor'] == 'pantheon') {
     return $this->t('On Pantheon, you can technically write to syslog, but there is no mechanism for reading it. Disable syslog and enable dblog instead.');
     }
      */
}