]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
github: mention --log-file in issue templates (#23277)
authorJohannes Gäßler <redacted>
Tue, 19 May 2026 19:35:10 +0000 (21:35 +0200)
committerGitHub <redacted>
Tue, 19 May 2026 19:35:10 +0000 (21:35 +0200)
.github/ISSUE_TEMPLATE/011-bug-results.yml
.github/ISSUE_TEMPLATE/019-bug-misc.yml

index c7001edf0504872708c481c39596b23664d0eb7d..23150d0b619d61c81ce2014cb61edd61bcad8e75 100644 (file)
@@ -100,8 +100,8 @@ body:
       label: Relevant log output
       description: >
           Please copy and paste any relevant log output, including the command that you entered and any generated text.
-          For very long logs (thousands of lines), preferably upload them as files instead.
-          On Linux you can redirect console output into a file by appending ` > llama.log 2>&1` to your command.
+          For very long logs (thousands of lines), please upload them as files instead; the `--log-file` CLI argument can be used for this purpose.
+          On Linux you can alternatively redirect the console output of any command into a file by appending ` > llama.log 2>&1` to your command.
       value: |
         <details>
         <summary>Logs</summary>
index 831c98eb6375560a8caabb981280f39b71e9ce62..041a7cdb2eeb2dab075e2679a4b6c4857e617bc0 100644 (file)
@@ -88,8 +88,8 @@ body:
       description: >
           If applicable, please copy and paste any relevant log output, including any generated text.
           If you are encountering problems specifically with the `llama_params_fit` module, always upload `--verbose` logs as well.
-          For very long logs (thousands of lines), please upload them as files instead.
-          On Linux you can redirect console output into a file by appending ` > llama.log 2>&1` to your command.
+          For very long logs (thousands of lines), please upload them as files instead; the `--log-file` CLI argument can be used for this purpose.
+          On Linux you can alternatively redirect the console output of any command into a file by appending ` > llama.log 2>&1` to your command.
       value: |
         <details>
         <summary>Logs</summary>