Summary | Syslog logger is not respecting horde confs |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 10/19/2010 (5373 days ago) |
Due | |
Updated | 10/20/2010 (5372 days ago) |
Assigned | |
Resolved | 10/19/2010 (5373 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Not sure about the formatting issue. Are you sure that syslog
itself isn't adding the extraneous information to the message?
Either way, it is not the subject of this ticket.
Assigned to Michael Slusarz
State ⇒ Resolved
Not sure about the formatting issue. Are you sure that syslog itself
isn't adding the extraneous information to the message? Either way,
it is not the subject of this ticket.
Bug #9318: Syslog should respect confsSigned-off-by: Michael M Slusarz <slusarz@curecanti.org>
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Logger.php?rt=horde-git&r1=28d3c557c6af161ebcee2bf8c171c56dffbd116a&r2=c496ef41eb60a132ddd940d29fa52fd2beac800e
Priority ⇒ 1. Low
New Attachment: 0001-Syslog-should-respect-confs.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Syslog logger is not respecting horde confs
Type ⇒ Bug
State ⇒ Unconfirmed
respecting the syslog identity.
The attached patch sets the syslog options for log/name and
log/identity. There are two more options on the syslog class
(defaultPriority, openlogOptions) that i don't set, because the log
priority respects the defined level on confs and openlogOptions
doesn't seem to be configurable at the moment.
There's also a issue with syslog (after applying the patch). The
messages will be in the form of "identity: identity [app]
message"..the second identity part is repeated, but since this is
already part of the message when it arrives to
Horde_Log_Handler_Syslog i don't know the way you wan't to handle this.