[PR #10508] chore: reduce models.dev refresh log level to debug #13464

Closed
opened 2026-02-16 18:18:19 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10508

State: closed
Merged: No


Summary

  • Change log.info("refreshing", ...) to log.debug(...) in models.ts

Problem

On every startup, an INFO level log appears:

INFO  2026-01-25T07:13:12 +132ms service=models.dev file={} refreshing

This clutters the console output and provides no actionable information to users.

Solution

Reduced the log level from INFO to DEBUG, so it only appears when explicitly debugging.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10508 **State:** closed **Merged:** No --- ## Summary - Change `log.info("refreshing", ...)` to `log.debug(...)` in `models.ts` ## Problem On every startup, an INFO level log appears: ``` INFO 2026-01-25T07:13:12 +132ms service=models.dev file={} refreshing ``` This clutters the console output and provides no actionable information to users. ## Solution Reduced the log level from INFO to DEBUG, so it only appears when explicitly debugging.
yindo added the pull-request label 2026-02-16 18:18:19 -05:00
yindo closed this issue 2026-02-16 18:18:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13464