From 9822a3aea1b322d32ac3f2ed1929c75d57f35523 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:39:41 -0600 Subject: [PATCH] Update ISSUE_TEMPLATE log utility --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3436761a13b..c93982bde97 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -76,14 +76,8 @@ body: attributes: label: Error Logs description: | - Run the following command to collect logs of your Convoy installation. You will need to run this on the server + Check out [this page on our documentation](https://convoypanel.com/docs/project/support.html#collecting-panel-logs) for the log collector utility. You will need to run this on the server hosting your instance of Convoy. - - ``` - wget https://github.com/ConvoyPanel/log-collector/releases/latest/download/log_collector - chmod +x ./log_collector - ./log_collector - ``` placeholder: "https://paste.frocdn.com/" - type: checkboxes