I don’t know where to find the output from the job I submitted.
By default, Slurm combines the standard output stream (STDOUT) and the standard error stream (STDERR) into one file and it is named “slurm- <job_id>.out”. For example, for a job where the job id is “123456”, the job log file would be named “slurm-123456.out” . This file will be in the directory you submitted the job from by default.