<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Syslog is appending the conf[&#039;log&#039;][&#039;ident&#039;] value to the message log</title> 
  <pubDate>Sun, 05 Apr 2026 23:52:06 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9322</link> 
  <atom:link rel="self" type="application/rss+xml" title="Syslog is appending the conf[&#039;log&#039;][&#039;ident&#039;] value to the message log" href="https://bugs.horde.org/ticket/9322/rss" /> 
  <description>Syslog is appending the conf[&#039;log&#039;][&#039;ident&#039;] value to the message log</description> 
 
   
   
  <item> 
   <title>I don&#039;t know if this is the intended behaviour, but now all </title> 
   <description>I don&#039;t know if this is the intended behaviour, but now all Syslog messages will be in the form of:

&quot;identity: identity [app] message&quot;

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[&#039;log&#039;][&#039;ident&#039;] 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&#039;t get the identity repeated...</description> 
   <pubDate>Wed, 20 Oct 2010 10:47:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t60479</link> 
  </item> 
   
  <item> 
   <title>Tried to stick to what was said on Dev.
Make every handler </title> 
   <description>Tried to stick to what was said on Dev.
Make every handler handle the ident conf on their own
Syslog handler now has a new conf (syslog_ident), that is appended to the begining of every logged message.

I believe the patch is not 100% correct, due to my lack of knowledge of other log handlers (like db and firebug).</description> 
   <pubDate>Wed, 10 Nov 2010 15:21:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t60802</link> 
  </item> 
   
  <item> 
   <title>That doesn&#039;t look quite right.
For one, don&#039;t use the globa</title> 
   <description>That doesn&#039;t look quite right.
For one, don&#039;t use the global configuration in the library code, i.e. in Horde_Log_Handler_Syslog.
Beside that, I thought the idea was to use the existing ident configuration as the the handlers sees fit. That means that the syslog handler should not introduce a new ident configuration, but use the existing one, right?</description> 
   <pubDate>Thu, 25 Nov 2010 17:53:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t60926</link> 
  </item> 
   
  <item> 
   <title>&gt; Beside that, I thought the idea was to use the existing id</title> 
   <description>&gt; Beside that, I thought the idea was to use the existing ident 
&gt; configuration as the the handlers sees fit. That means that the 
&gt; syslog handler should not introduce a new ident configuration, but 
&gt; use the existing one, right?

I proposed that on dev, but then i think other members preferred the &quot;new conf&quot; way..I don&#039;t mind doing any way, just need to know ;)</description> 
   <pubDate>Sun, 28 Nov 2010 20:13:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t60953</link> 
  </item> 
   
  <item> 
   <title>I agree with Jan. Can you update the patch?</title> 
   <description>I agree with Jan. Can you update the patch?</description> 
   <pubDate>Sat, 19 Mar 2011 02:16:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t62463</link> 
  </item> 
   
  <item> 
   <title>Ping?</title> 
   <description>Ping?</description> 
   <pubDate>Thu, 31 Mar 2011 23:44:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t62943</link> 
  </item> 
   
  <item> 
   <title>Hey Chuck sorry for the delay, missed your email somehow.
P</title> 
   <description>Hey Chuck sorry for the delay, missed your email somehow.
Probably don&#039;t have time tomorrow to look at it, but Monday will try to have the patch ready</description> 
   <pubDate>Fri, 01 Apr 2011 00:07:18 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t62944</link> 
  </item> 
   
  <item> 
   <title>Sorry for the delay.

Now the ident append is done in Hord</title> 
   <description>Sorry for the delay.

Now the ident append is done in Horde_Log_Handler_Base::appendIdent. If a handler want&#039;s to change the behavior, it just needs to overwrite this method (just like i did with syslog handler)</description> 
   <pubDate>Fri, 08 Apr 2011 10:49:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t63311</link> 
  </item> 
   
  <item> 
   <title>This is not a valid solution either, because framework code </title> 
   <description>This is not a valid solution either, because framework code accesses Horde configuration.</description> 
   <pubDate>Mon, 18 Apr 2011 11:33:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t63851</link> 
  </item> 
   
  <item> 
   <title>Ping?</title> 
   <description>Ping?</description> 
   <pubDate>Wed, 18 May 2011 16:18:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t64805</link> 
  </item> 
   
  <item> 
   <title>Hi there.

I used the GLOBALS[&#039;conf&#039;], because it was alre</title> 
   <description>Hi there.

I used the GLOBALS[&#039;conf&#039;], because it was already used by the framework, and i also didn&#039;t saw anything wrong with it, since making a grep for &#039;GLOBALS[&#039;conf&#039;] on the framework returns a lot of results.

Can you give me a suggestion of how are you solving this problem?
Thanks</description> 
   <pubDate>Mon, 23 May 2011 11:03:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t64975</link> 
  </item> 
   
  <item> 
   <title>The only place where you could see $conf access in the frame</title> 
   <description>The only place where you could see $conf access in the framework is in the Core package. You need to pass any configuration settings that you need into the class constructors.</description> 
   <pubDate>Mon, 23 May 2011 11:51:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t64976</link> 
  </item> 
   
  <item> 
   <title>Is this the intended fix?</title> 
   <description>Is this the intended fix?</description> 
   <pubDate>Mon, 23 May 2011 15:53:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t64980</link> 
  </item> 
   
  <item> 
   <title>Looks much better now. I can even be improved though, if you</title> 
   <description>Looks much better now. I can even be improved though, if you simply call setOption() (and catch exceptions for BC reasons) where the handler is instantiated. This way you don&#039;t need to change the constructor signatures of the handlers. You only need to add the &#039;ident&#039; option to all handlers&#039; $_options array.</description> 
   <pubDate>Wed, 08 Jun 2011 13:29:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t65490</link> 
  </item> 
   
  <item> 
   <title>Ping?</title> 
   <description>Ping?</description> 
   <pubDate>Sat, 30 Jul 2011 12:12:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66666</link> 
  </item> 
   
  <item> 
   <title>&gt; Ping?
Sorry..here it goes</title> 
   <description>&gt; Ping?
Sorry..here it goes</description> 
   <pubDate>Tue, 02 Aug 2011 10:06:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66702</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Make every l</title> 
   <description>Changes have been made in Git for this ticket:

Make every log handler, handle the message ident on their own
Request: #9322
Signed-off-by: Jan Schneider &lt;jan@horde.org&gt;

 6 files changed, 28 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/687f7cc6314e9f3250629032e389ce39e47e7453</description> 
   <pubDate>Mon, 08 Aug 2011 17:01:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66861</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

We still wan</title> 
   <description>Changes have been made in Git for this ticket:

We still want to use the configured handler, even if setting the ident fails (Request #9322).

 2 files changed, 8 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/94861a4107ac7e07f234aaed3e787f80b4be8c50</description> 
   <pubDate>Mon, 08 Aug 2011 17:01:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66862</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Set ident op</title> 
   <description>Changes have been made in Git for this ticket:

Set ident option in base driver (Request #9322).

 2 files changed, 3 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/4e9e6b14fbe58b08e4f43b1603f8884abd85685d</description> 
   <pubDate>Mon, 08 Aug 2011 17:02:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66863</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Changelog (R</title> 
   <description>Changes have been made in Git for this ticket:

Changelog (Request #9322).

 2 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/486b9e2d96278419aa48e6f469a195dd983bfd0e</description> 
   <pubDate>Mon, 08 Aug 2011 17:02:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9322#t66865</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
