[Tickets #9322] Syslog is appending the conf['log']['ident'] value to the message log
bugs at horde.org
bugs at horde.org
Wed Oct 20 10:47:59 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9322
------------------------------------------------------------------------------
Ticket | 9322
Created By | goncalo.queiros at portugalmail.net
Summary | Syslog is appending the conf['log']['ident'] value to
| the message log
Queue | Horde Base
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
goncalo.queiros at portugalmail.net (2010-10-20 06:47) wrote:
I don't know if this is the intended behaviour, but now all Syslog
messages will be in the form of:
"identity: identity [app] message"
The identity is repeated, which seems excessive.
The problem i think, is on the Horde_Core_Log_Logger::log function,
that merges the original message with the conf['log']['ident'] and
then passes this new string as the message to syslog class (or
whatever log system Horde is using).
This works fine with files because they don't get the identity repeated...
More information about the bugs
mailing list