Commit 4f361c94 authored by Kati Paizee's avatar Kati Paizee Committed by Bruno Freitas

Apply 1 suggestion(s) to 1 file(s)

parent 56213a4f
...@@ -225,10 +225,10 @@ If you don't find the errors above, but do find *duplicate* entries like below ( ...@@ -225,10 +225,10 @@ If you don't find the errors above, but do find *duplicate* entries like below (
When troubleshooting an integration issue, it is useful to enable job logs in Jenkins to see more details about what is happening under the hood. When troubleshooting an integration issue, it is useful to enable job logs in Jenkins to see more details about what is happening under the hood.
To enable job logs in Jenkins: To enable job logs in Jenkins:
- Navigate to `Dashboard -> Manage Jenkins -> System Log` 1. Go to **Dashboard > Manage Jenkins > System Log**.
- Click on `Add new log recorder` 1. Select **Add new log recorder**.
- Give the new log recorder a name 1. Enter a name for the log recorder.
- On the next screen click on `Add` and type `org.jenkinsci.plugins.workflow.job` in the text field. 1. On the next screen, select **Add** and enter `org.jenkinsci.plugins.workflow.job` in the text field.
- Make sure that the Log Level is `All` and click `Save` 1. Make sure that the Log Level is **All** and select **Save**.
Now after running a build you can go to the loggers page (`Dashboard -> Manage Jenkins -> System Log`), click on your logger and check the logs. Now after running a build you can go to the loggers page (`Dashboard -> Manage Jenkins -> System Log`), click on your logger and check the logs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment