From 9c52774022d37255ed5686ae9da5b41342c40e10 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:27:36 +1100 Subject: [PATCH 1/2] Add main.log upload steps to issue template --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index bc9ebd15..b1abb3f0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -43,7 +43,11 @@ body: attributes: label: Debug Logs description: | - Please copy the output from your terminal logs here. + Please copy the output from your terminal logs here. If the issue is related to app startup, please include the contents of `main.log`, located in the ComfyUI log directory: + + on macOS: `~/Library/Logs/ComfyUI` + on Windows: `%AppData%\ComfyUI\logs` + ![DebugLogs](https://github.com/user-attachments/assets/168b6ea3-ab93-445b-9cd2-670bd9c098a7) render: powershell validations: From 3031c1537d1d7c0d14fd10966d7a65f5f7e3e05d Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:08:16 +1100 Subject: [PATCH 2/2] Require both logs in bug report template --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index b1abb3f0..8ab2fc4b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -43,7 +43,7 @@ body: attributes: label: Debug Logs description: | - Please copy the output from your terminal logs here. If the issue is related to app startup, please include the contents of `main.log`, located in the ComfyUI log directory: + Please copy the output from your terminal logs here. If the issue is related to app startup, please include `main.log` and `comfyui.log`, located in the ComfyUI log directory: on macOS: `~/Library/Logs/ComfyUI` on Windows: `%AppData%\ComfyUI\logs`