Open oliver-sanders opened 2 weeks ago
Note: This approach works just fine, however, it has a couple of small caveats:
job.out
/ job.err
files in the output.job.out
and job.err
files will always appear at the end, not in alphabetical order.Ideally, we would avoid these caveats. I did start looking at a solution where I added the job.out
and job.err
files onto the end of the mode
variable, e.g. mode = list-dirs:job.out:job.err
, that way they can be output along with the regular directory listing in a much more elegant way.
But I ran out of time. Writing this up in case anyone else needs to take this one over.
Closes https://github.com/cylc/cylc-flow/issues/5802
List log files that are not present on disk but which are available via a tailer.
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.