Skip to content

Commit a807867

Browse files
github: mention --log-file in issue templates (ggml-org#23277)
1 parent 57cb35c commit a807867

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/011-bug-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ body:
100100
label: Relevant log output
101101
description: >
102102
Please copy and paste any relevant log output, including the command that you entered and any generated text.
103-
For very long logs (thousands of lines), preferably upload them as files instead.
104-
On Linux you can redirect console output into a file by appending ` > llama.log 2>&1` to your command.
103+
For very long logs (thousands of lines), please upload them as files instead; the `--log-file` CLI argument can be used for this purpose.
104+
On Linux you can alternatively redirect the console output of any command into a file by appending ` > llama.log 2>&1` to your command.
105105
value: |
106106
<details>
107107
<summary>Logs</summary>

.github/ISSUE_TEMPLATE/019-bug-misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ body:
8888
description: >
8989
If applicable, please copy and paste any relevant log output, including any generated text.
9090
If you are encountering problems specifically with the `llama_params_fit` module, always upload `--verbose` logs as well.
91-
For very long logs (thousands of lines), please upload them as files instead.
92-
On Linux you can redirect console output into a file by appending ` > llama.log 2>&1` to your command.
91+
For very long logs (thousands of lines), please upload them as files instead; the `--log-file` CLI argument can be used for this purpose.
92+
On Linux you can alternatively redirect the console output of any command into a file by appending ` > llama.log 2>&1` to your command.
9393
value: |
9494
<details>
9595
<summary>Logs</summary>

0 commit comments

Comments
 (0)