[PR #2056] [MERGED] Mechanical switch from log to slog #10772

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2056
Author: @dhiltgen
Created: 1/18/2024
Status: Merged
Merged: 1/18/2024
Merged by: @dhiltgen

Base: mainHead: slog


📝 Commits (2)

  • fedd705 Mechanical switch from log to slog
  • ecbfc01 Go bump to v1.21 to pick up slog

📊 Changes

14 files changed (+96 additions, -87 deletions)

View changed files

📝 .github/workflows/test.yaml (+3 -3)
📝 docs/development.md (+6 -6)
📝 go.mod (+1 -1)
📝 gpu/cpu_common.go (+4 -4)
📝 gpu/gpu.go (+16 -15)
📝 llm/dyn_ext_server.go (+7 -7)
📝 llm/llm.go (+8 -8)
📝 llm/payload_common.go (+7 -7)
📝 parser/parser.go (+2 -2)
📝 server/auth.go (+3 -3)
📝 server/download.go (+3 -3)
📝 server/images.go (+16 -15)
📝 server/routes.go (+15 -8)
📝 server/upload.go (+5 -5)

📄 Description

A few obvious levels were adjusted, but generally everything mapped to "info" level.


🔄 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/2056 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `slog` --- ### 📝 Commits (2) - [`fedd705`](https://github.com/ollama/ollama/commit/fedd705aeaa6da7d5e7f1aa788dc3a36295b5afa) Mechanical switch from log to slog - [`ecbfc01`](https://github.com/ollama/ollama/commit/ecbfc0182f072ccdd91e0c4b28de108e8b635705) Go bump to v1.21 to pick up slog ### 📊 Changes **14 files changed** (+96 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+3 -3) 📝 `docs/development.md` (+6 -6) 📝 `go.mod` (+1 -1) 📝 `gpu/cpu_common.go` (+4 -4) 📝 `gpu/gpu.go` (+16 -15) 📝 `llm/dyn_ext_server.go` (+7 -7) 📝 `llm/llm.go` (+8 -8) 📝 `llm/payload_common.go` (+7 -7) 📝 `parser/parser.go` (+2 -2) 📝 `server/auth.go` (+3 -3) 📝 `server/download.go` (+3 -3) 📝 `server/images.go` (+16 -15) 📝 `server/routes.go` (+15 -8) 📝 `server/upload.go` (+5 -5) </details> ### 📄 Description A few obvious levels were adjusted, but generally everything mapped to "info" level. --- <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-12 23:10:19 -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#10772