Open aaron0428 opened 7 years ago
Hey @aaron0428, what version of nomad are you using? It looks like the ls/cat endpoints have changed a bit in newer releases the client.py was originally written nomad 0.3.2 in mind and is also the least tested area ( which should be a good reason to change this ).
@jonathanrcross
Hey,
My nomad version is 0.5.6。
@jonathanrcross when i use python-nomad,i can not to get the nomad job log!
I am kind of new to the Nomad Python library but have not been able to figure out how to get the logs for an allocation. I have been able to connect to the client, get a list of jobs and iterate through them, get all allocations for each job, but have not been able to get the allocation logs. It is the goal of the utility I am writing to extract these logs and save them locally.
Please update the issue with a link or a pointer as to how to get the allocation logs from the allocation.
Thank you.
HI: could you tell me ,how can i get the nomad job logs when i use python-namd(like the command:"nomad logs taskid") thank you very much!!!