.. _ft3_batch_stdout_err: Output files ============ By default, slurm combines standard and error output into a single file called **slurm-.out** or **slurm-_.out** if it's a job array. By default these files are saved in the submission directory. This behavior can be modified with the following options of the ``sbatch`` command: ``--error /path/to/dir/filename`` ``--output /path/to/dir/filename``