The Problem:
I am trying to get the syslog to appear in the Jenkins build log (console). I am sure there must be a way to inform a job on Jenkins to retrieve log messages from more sources than just the execute shell.
Background:
The Job I have configures some remote clients and then operates on them with certain commands, these clients are sending their syslog messages to the Jenkins machine. I can see these logs manually when I view the syslog on the Jenkins machine, but they do not appear in the console output of the Jenkins Job.
What I Am Looking For:
Ideally I need a solution that will be robust enough to support multiple jobs with multiple clients such that each clients logs will be sent only to the build log (console) of the relevant jobs.
But I will settle for any solution that can give an indication of how to include more sources for the Jenkins Job build log (console).