ZF2-534: Zend\Log\Writer\Syslog prevents setting application name
Description
The Zend\Log\Writer\Syslog constructors accepts an option array for which the key "application" is meant to contain the application name. Unfortunately, this value is put in an instance variable called "application" (which is undeclared) rather than in "appName". This means that the application name is always "'Zend\Log'" in the syslog.
Comments
Posted by BenoƮt Durand (intiilapa) on 2012-09-15T07:23:44.000+0000
Merged in the master.