Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: snbkumarHi Jones,
We have lae.version=4.5.4.0.0. Is there a way to get the timestamp in the log?
Currently we have:
Node <NODE1> (5175f55745880dae) Started.
Node <NODE1> (5175f55745880dae) Node Processing.
Node <NODE2> (5175f55706550152) Started.
Node <NODE2> (5175f55706550152) Node Processing.
Node <NODE3> (5175f55700f54f29) Started.
Node <NODE3> (5175f55700f54f29) Node Processing.
Node <NODE4> (5175f55710b25b62) Started.
Node <NODE4> (5175f55710b25b62) Node Processing.
Node <NODE2> (5175f55706550152) Node Completed.
Node <NODE1> (5175f55745880dae) Node Completed.
And we would like to have:
Node <NODE1> (5175f55745880dae) Started at 20150209 02:01:00.
Node <NODE1> (5175f55745880dae) Node Processing at 20150209 02:02:00.
Node <NODE2> (5175f55706550152) Started at 20150209 02:01:00.
Node <NODE2> (5175f55706550152) Node Processing at 20150209 02:02:00.
Node <NODE3> (5175f55700f54f29) Started at 20150209 02:03:00.
Node <NODE3> (5175f55700f54f29) Node Processing at 20150209 02:04:00.
Node <NODE4> (5175f55710b25b62) Started at 20150209 02:05:00.
Node <NODE4> (5175f55710b25b62) Node Processing at 20150209 02:06:00.
Node <NODE2> (5175f55706550152) Node Completed at 20150209 02:07:00.
Node <NODE1> (5175f55745880dae) Node Completed at 20150209 02:08:00.
Thanks,
Bharath