You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if, in addition to the jobs/<jobid>/log/task.log file, there was a common location where all task log files were kept. Otherwise, you have to know which jobid to look in, which can be quite a pain without writing an additional scripting level.
I think an optimal solution would be - when metaq is running, make a symlink of the task.log file to a common area. When metaq finishes, move that log file to the common area in case we clean out the old jobid folders.
Thoughts?
The text was updated successfully, but these errors were encountered:
It would be nice if, in addition to the
jobs/<jobid>/log/task.log
file, there was a common location where all task log files were kept. Otherwise, you have to know which jobid to look in, which can be quite a pain without writing an additional scripting level.I think an optimal solution would be - when metaq is running, make a symlink of the task.log file to a common area. When metaq finishes, move that log file to the common area in case we clean out the old jobid folders.
Thoughts?
The text was updated successfully, but these errors were encountered: