Hey guys,
I have a question about the logging for the jenkins slave.jar
I know that the logs from a job that is running on a slave will be send to the master, where I can see them. Furthermore I know, that by setting the -workDir parameter for the slave.jar I can enable logging to disk.
But if I look into the log file. I only see logs from the setup/start of the slave node.
Is it somehow possible to enable the logging of the job to this output as well, so that I have the logs on the master and in log file?
Maybe by setting up a logging config over the -loggingConfig parameter?
King regards,
Marvin