Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] File and function level Debug Level message
- Date: Wed, 13 Feb 2013 08:37:33 -0600
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] File and function level Debug Level message
Download the condor source from any of several places:
http://condor-git.cs.wisc.edu/repos/condor.git
http://github.com/htcondor/htcondor.git
grep is your friend.
On Wed, Feb 13, 2013 at 12:23:10PM +0530, Batsayan Das wrote:
> Hello,
>
> I have enabled " ALL_DEBUG = D_ALL" in the $CONDOR_CONFIG file
>
> I want the condor to show the mane of the file and name of the function
> which throws the debug message.
>
> Currently it is showing something like this
>
> 02/12/13 16:12:28 (fd:0) (pid:8616) (D_DAEMONCORE) Just closed standard
> file fd(s): 0 1 2
This one comes from CreateProcessForkit::exec, line 5962
and so on...
> 02/12/13 16:12:28 (fd:13) (pid:8616) (D_DAEMONCORE) Printing fds to
> inherit: 9 10
> 02/12/13 16:12:28 (fd:13) (pid:8616) (D_DAEMONCORE) About to exec
> "/home/condor/rel/id/sbin/condor_startd"
> 02/12/13 16:12:28 (fd:13) (pid:8613) (D_DAEMONCORE) Child Process: pid
> 8616 at <169.254.169.254:59851> (0.01 sec)
>
>
> Is it possible to possible to get source file and function information in
> the above debug message?
>
Nathan Panike