<br>Hi Mihael,<br><br>Thanks so much for the logging pointers! I have to confess that I'm really inexperienced with the log4j/Java logging facility, so those details were exactly what I needed.<br><br>I tracked down the Coasters configuration in cog/modules/provider-coaster/resources/log4j.properties and the two lines that control what I was interested in were painfully obvious:<br>

<br>log4j.logger.org.globus.cog.abstraction.coaster=INFO<br>log4j.logger.org.globus.cog.abstraction.impl.common.task.TaskImpl=DEBUG<br><br>After copying those over to swift-dist/etc/log4j.properties, the Submitting|Submitted|Active messages I'm interested in get included when running Swift with Coasters in the "local" (one JVM) mode. <br>

<br>Thanks again for your help!<br><br>Matthew<br><br><br><div class="gmail_quote">On Sun, Nov 7, 2010 at 1:08 PM, Mihael Hategan <span dir="ltr"><<a href="mailto:hategan@mcs.anl.gov">hategan@mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, 2010-11-05 at 13:54 -0600, Matthew Woitaszek wrote:<br>
> Hi Mike,<br>
><br>
> I do see some of the Coasters messages in the file, such as the INFO<br>
> Cpu pull messages.<br>
><br>
> With apologies for a dumb question: Can you point me to how to turn on<br>
> the DEBUG TaskImpl messages?<br>
<br>
</div>You would say something like:<br>
log4j.logger.org.globus.cog.abstraction=DEBUG<br>
in log4j.properties.<br>
<br>
Which log4j.properties that is depends on how you run this. In one of<br>
the local modes (i.e. coaster service in the same JVM as swift = coaster<br>
messages in swift logs) you would edit swift-dist/etc/log4j.properties.<br>
<br>
In the remote service case, and assuming you are not using a persistent<br>
coaster service, you would have to edit<br>
cog/modules/provider-coaster/resources/log4j.properties and re-compile<br>
swift. I don't much like this, but it is like that for now.<br>
<font color="#888888"><br>
Mihael<br>
<br>
</font></blockquote></div><br>