[PR #1675] [MERGED] Quiet down llama.cpp logging by default #41889

Closed
opened 2026-04-24 21:42:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1675
Author: @dhiltgen
Created: 12/22/2023
Status: Merged
Merged: 12/22/2023
Merged by: @dhiltgen

Base: mainHead: less_verbose


📝 Commits (1)

  • e5202eb Quiet down llama.cpp logging by default

📊 Changes

5 files changed (+25 additions, -14 deletions)

View changed files

📝 docs/development.md (+7 -1)
📝 llm/llama.cpp/gen_common.sh (+3 -3)
📝 llm/llama.cpp/gen_windows.ps1 (+2 -1)
📝 llm/llama.cpp/patches/0001-Expose-callable-API-for-server.patch (+12 -8)
📝 scripts/build_linux.sh (+1 -1)

📄 Description

By default builds will now produce non-debug and non-verbose binaries. To enable verbose logs in llama.cpp and debug symbols in the native code, set CGO_CFLAGS=-g


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1675 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 12/22/2023 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `less_verbose` --- ### 📝 Commits (1) - [`e5202eb`](https://github.com/ollama/ollama/commit/e5202eb6879a8c29b5b4646ac0d4d93e1b0d1c54) Quiet down llama.cpp logging by default ### 📊 Changes **5 files changed** (+25 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/development.md` (+7 -1) 📝 `llm/llama.cpp/gen_common.sh` (+3 -3) 📝 `llm/llama.cpp/gen_windows.ps1` (+2 -1) 📝 `llm/llama.cpp/patches/0001-Expose-callable-API-for-server.patch` (+12 -8) 📝 `scripts/build_linux.sh` (+1 -1) </details> ### 📄 Description By default builds will now produce non-debug and non-verbose binaries. To enable verbose logs in llama.cpp and debug symbols in the native code, set `CGO_CFLAGS=-g` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 21:42:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#41889