Hi, sorry for the delay. What is your scheduler? For desktops, we set the output path to this log file you’ve identified.
For Torque OOD sets headers.merge!(Join_Path: 'oe') if script.error_path.nil? which joins stdout and stderr if error_path isn’t set (which it isn’t).
Then for Slurm sbatch documentation says “By default both standard output and standard error are directed to the same file” so setting the output path is enough.
It seems like you’re scheduler is like Torque, where we need to pass another flag to get stderr output joined to stdout? Is that about right?