Skip to content

Commit

Permalink
Don't stop processing message after outputting to local slurm log. (#70)
Browse files Browse the repository at this point in the history
Otherwise, stopping here prevents sending the log message to a central
log server.
  • Loading branch information
jabl authored and martbhell committed Oct 27, 2016
1 parent 9f61da3 commit 1609d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/slurm_rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

if $programname startswith 'slurm' then {
/var/log/slurm/slurm.log;RSYSLOG_FileFormat
stop
}

0 comments on commit 1609d17

Please sign in to comment.