development/backend: syslog, remote keyword is not being used anymore

pull/262/head
Ad Schellevis 4 years ago
parent 13c51d203e
commit 378aa6e2dc

@ -198,7 +198,6 @@ To register syslog targets, the :code:`<plugin>_syslog()` function should return
$logfacilities = array();
$logfacilities['myplugin'] = array(
'facility' => array('myplugin'),
'remote' => 'myplugin',
);
return $logfacilities;
}

Loading…
Cancel
Save