Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] log/err file readability
- Date: Sat, 12 Dec 2020 17:14:30 +0530
- From: Nagaraj Panyam <pn@xxxxxxxxxxx>
- Subject: [HTCondor-users] log/err file readability
Hi!
What should be done to get hostnames (either short or FQDN's) in log and
err files, instead of IP numbers? Right now, I have proper IP number to
name mapping in /etc/hosts of all submit node and exec node, yet log
lines are like this:
000 (285.000.000) 12/12 15:42:55 Job submitted from host: <192.168.55.70:9618?addrs=192.168.55.70-9618&noUDP&sock=8949_d91f_3>
...
001 (285.000.000) 12/12 15:43:07 Job executing on host: <192.168.55.85:9618?addrs=192.168.55.85-9618&noUDP&sock=2664_dc63_3>
Thanks
Nagaraj