diff --git a/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md b/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md index fe1f7cf6c3..5dc9fe8cd5 100644 --- a/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md +++ b/ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md @@ -20,6 +20,7 @@ containers to be listed as well. Click on a container to see more details, like its configurations and logs. +![](../../images/troubleshoot-with-logs-2.png){: .with-border} ## Check the logs from the CLI @@ -73,7 +74,7 @@ applications won't be affected by this. To increase the UCP log level, navigate to the UCP web UI, go to the **Admin Settings** tab, and choose **Logs**. -![](../../images/troubleshoot-with-logs-2.png){: .with-border} +![](../../images/troubleshoot-with-logs-3.png){: .with-border} Once you change the log level to **Debug** the UCP containers restart. Now that the UCP components are creating more descriptive logs, you can diff --git a/ee/ucp/images/troubleshoot-with-logs-1.png b/ee/ucp/images/troubleshoot-with-logs-1.png index 136e702b73..ba9b785a4f 100644 Binary files a/ee/ucp/images/troubleshoot-with-logs-1.png and b/ee/ucp/images/troubleshoot-with-logs-1.png differ diff --git a/ee/ucp/images/troubleshoot-with-logs-2.png b/ee/ucp/images/troubleshoot-with-logs-2.png index bb1af8fc70..f19020231a 100644 Binary files a/ee/ucp/images/troubleshoot-with-logs-2.png and b/ee/ucp/images/troubleshoot-with-logs-2.png differ diff --git a/ee/ucp/images/troubleshoot-with-logs-3.png b/ee/ucp/images/troubleshoot-with-logs-3.png new file mode 100644 index 0000000000..df2fed856c Binary files /dev/null and b/ee/ucp/images/troubleshoot-with-logs-3.png differ