[PR #883] [MERGED] update default log target #88360

Closed
opened 2026-05-10 07:07:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/883
Author: @mxyng
Created: 10/23/2023
Status: Merged
Merged: 10/23/2023
Merged by: @mxyng

Base: mainHead: mxyng/logs


📝 Commits (1)

  • c916749 update default log target

📊 Changes

6 files changed (+29 additions, -29 deletions)

View changed files

📝 llm/llama.cpp/generate_darwin_amd64.go (+1 -1)
📝 llm/llama.cpp/generate_darwin_arm64.go (+1 -1)
📝 llm/llama.cpp/generate_linux.go (+1 -1)
📝 llm/llama.cpp/generate_windows.go (+1 -1)
llm/llama.cpp/patches/0001-remove-warm-up-logging.patch (+0 -25)
llm/llama.cpp/patches/0001-update-default-log-target.patch (+25 -0)

📄 Description

The original default writes to a file in the process's working directory which isn't ideal


🔄 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/883 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/logs` --- ### 📝 Commits (1) - [`c916749`](https://github.com/ollama/ollama/commit/c9167494cbc3de3771ab7b7c10b15caa795229d0) update default log target ### 📊 Changes **6 files changed** (+29 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `llm/llama.cpp/generate_darwin_amd64.go` (+1 -1) 📝 `llm/llama.cpp/generate_darwin_arm64.go` (+1 -1) 📝 `llm/llama.cpp/generate_linux.go` (+1 -1) 📝 `llm/llama.cpp/generate_windows.go` (+1 -1) ➖ `llm/llama.cpp/patches/0001-remove-warm-up-logging.patch` (+0 -25) ➕ `llm/llama.cpp/patches/0001-update-default-log-target.patch` (+25 -0) </details> ### 📄 Description The original default writes to a file in the process's working directory which isn't ideal --- <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-05-10 07:07:13 -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#88360