<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Log file management in Coherence using Log4J</title>
	<atom:link href="http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/</link>
	<description>Thoughts on software development and other stuff</description>
	<lastBuildDate>Sat, 20 Jul 2013 01:54:41 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: roger</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4455</link>
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 13:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4455</guid>
		<description><![CDATA[Unfortunately I suppose $$ doesn&#039;t work in windows...]]></description>
		<content:encoded><![CDATA[<p>Unfortunately I suppose $$ doesn&#8217;t work in windows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Peralta</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4429</link>
		<dc:creator><![CDATA[Patrick Peralta]]></dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4429</guid>
		<description><![CDATA[Hello,

The tangosol.coherence.log.logger property is missing from the documentation, but it is supported in the latest version of Coherence. In coherence.jar if you look at tangosol-coherence.xml you should see the following under &lt;logging-config&gt;:
&lt;code&gt;
&lt;logger-name system-property=&quot;tangosol.coherence.log.logger&quot;&gt;&lt;/logger-name&gt;
&lt;/code&gt;
As far as the configuration not working - is there any logging happening at all? Where are the logs going?]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The tangosol.coherence.log.logger property is missing from the documentation, but it is supported in the latest version of Coherence. In coherence.jar if you look at tangosol-coherence.xml you should see the following under <logging -config>:<br />
<code><br />
&lt;logger-name system-property="tangosol.coherence.log.logger"&gt;&lt;/logger-name&gt;<br />
</code><br />
As far as the configuration not working &#8211; is there any logging happening at all? Where are the logs going?</logging></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4428</link>
		<dc:creator><![CDATA[KSKR]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 22:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4428</guid>
		<description><![CDATA[I am trying to override this value also, 
-Dtangosol.coherence.log.logger=Coherence \

but this value is not available in this link, http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature

I could not able to log the messages to the log file for the coherence. Let me know, if you have any idea on this.]]></description>
		<content:encoded><![CDATA[<p>I am trying to override this value also,<br />
-Dtangosol.coherence.log.logger=Coherence \</p>
<p>but this value is not available in this link, <a href="http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature" rel="nofollow">http://wiki.tangosol.com/display/COH32UG/Command+Line+Setting+Override+Feature</a></p>
<p>I could not able to log the messages to the log file for the coherence. Let me know, if you have any idea on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4427</link>
		<dc:creator><![CDATA[KSKR]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 21:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4427</guid>
		<description><![CDATA[Hi Patrick, sorry for the typo and i have mentioned as Phil..]]></description>
		<content:encoded><![CDATA[<p>Hi Patrick, sorry for the typo and i have mentioned as Phil..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KSKR</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4426</link>
		<dc:creator><![CDATA[KSKR]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4426</guid>
		<description><![CDATA[Hi Phil, i am trying to use the same steps above mentioned for the Coherence. But logs are not logging into the log4j.
I am  using the log4j.xml file and i am passing the values as -Dtangosol.coherence.log=log4j  -DLogFileName=$APP_PATH/folder1/coherence.log \
This LogFileName i am retrieving the the log4j.xml as &quot;${LogFileName}&quot; for the appender.


      
      

Please provide me if you have any idea or let me know. Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Phil, i am trying to use the same steps above mentioned for the Coherence. But logs are not logging into the log4j.<br />
I am  using the log4j.xml file and i am passing the values as -Dtangosol.coherence.log=log4j  -DLogFileName=$APP_PATH/folder1/coherence.log \<br />
This LogFileName i am retrieving the the log4j.xml as &#8220;${LogFileName}&#8221; for the appender.</p>
<p>Please provide me if you have any idea or let me know. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Whelan</title>
		<link>http://blackbeanbag.net/wp/2009/01/14/log-file-management-in-coherence-using-log4j/comment-page-1/#comment-4170</link>
		<dc:creator><![CDATA[Phil Whelan]]></dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=92#comment-4170</guid>
		<description><![CDATA[Exactly what I needed. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Exactly what I needed. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
