diff --git a/source/development/backend/legacy.rst b/source/development/backend/legacy.rst index a7c1a70..1977dcd 100644 --- a/source/development/backend/legacy.rst +++ b/source/development/backend/legacy.rst @@ -198,7 +198,6 @@ To register syslog targets, the :code:`_syslog()` function should return $logfacilities = array(); $logfacilities['myplugin'] = array( 'facility' => array('myplugin'), - 'remote' => 'myplugin', ); return $logfacilities; }