each time hail is initialized a log file with a different file name is generated
Is there a way to get the hail log file name programmatically?
I don’t know that there’s an easy way to programmatically get the name, but you can pick it in advance using hl.init Something like:
hl.init(log="path/to/log/hail_log.txt)