[PR #5074] [MERGED] Implement log rotation for tray app #22211

Closed
opened 2026-04-19 16:10:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5074
Author: @dhiltgen
Created: 6/15/2024
Status: Merged
Merged: 6/19/2024
Merged by: @dhiltgen

Base: mainHead: app_log_rotation


📝 Commits (1)

  • 9d8a498 Implement log rotation for tray app

📊 Changes

6 files changed (+86 additions, -9 deletions)

View changed files

📝 app/lifecycle/logging.go (+32 -0)
app/lifecycle/logging_test.go (+44 -0)
📝 app/lifecycle/paths.go (+6 -5)
📝 app/lifecycle/server.go (+1 -1)
📝 docs/troubleshooting.md (+1 -1)
📝 docs/windows.md (+2 -2)

📄 Description

Fixes #4770


🔄 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/5074 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `app_log_rotation` --- ### 📝 Commits (1) - [`9d8a498`](https://github.com/ollama/ollama/commit/9d8a4988e8eb743f985ebbb511a96e7496eac1c8) Implement log rotation for tray app ### 📊 Changes **6 files changed** (+86 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/lifecycle/logging.go` (+32 -0) ➕ `app/lifecycle/logging_test.go` (+44 -0) 📝 `app/lifecycle/paths.go` (+6 -5) 📝 `app/lifecycle/server.go` (+1 -1) 📝 `docs/troubleshooting.md` (+1 -1) 📝 `docs/windows.md` (+2 -2) </details> ### 📄 Description Fixes #4770 --- <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-19 16:10:27 -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#22211