Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Hostname works with condor_status, but not with condor_fetchlog. Why?
- Date: Thu, 10 May 2012 13:49:48 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Hostname works with condor_status, but not with condor_fetchlog. Why?
On Thu, May 10, 2012 at 01:31:34PM -0500, John (TJ) Knoeller wrote:
>
> By the way, condor_fetchlog doesn't know what to do a slot name, you
> should expect
> condor_fetchlog -debug slot1@m9 STARTD
> to fail
true. but if you do want the logs from individual slots (i.e. the
condor_starter daemon as opposed to the condor_startd) you can do this:
condor_fetchlog STARTER.slot1
cheers,
-zach