Skip to content

refactor: migrate logging from devsy-org/log to devsy/pkg/log - #7

Merged
skevetter merged 1 commit into
mainfrom
chore/migrate-log-to-devsy
Jun 26, 2026
Merged

refactor: migrate logging from devsy-org/log to devsy/pkg/log#7
skevetter merged 1 commit into
mainfrom
chore/migrate-log-to-devsy

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Migrates this provider off the deprecated github.com/devsy-org/log package onto the consolidated github.com/devsy-org/devsy/pkg/log, as part of moving toward a monorepo logging approach where the main devsy module is the single source of truth.

  • Bumps github.com/devsy-org/devsy to a build that ships the new zap-based pkg/log.
  • Removes the injected logrus Logger model (logger params, struct fields, log.Default) in favor of the package-level logging API (log.Infof, log.Errorf, log.Writer(level), etc.).
  • Drops the github.com/devsy-org/log dependency entirely.

Verified with go build, go vet, and go test.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@skevetter, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 10 minutes and 57 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bb6ea0bd-3880-4609-be52-1e3f91ffce7c

📥 Commits

Reviewing files that changed from the base of the PR and between be62cf7 and a6384b0.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (14)
  • cmd/command.go
  • cmd/delete.go
  • cmd/enter.go
  • cmd/find.go
  • cmd/root.go
  • cmd/run.go
  • cmd/start.go
  • cmd/stop.go
  • cmd/target_architecture.go
  • go.mod
  • pkg/dockerless/create.go
  • pkg/dockerless/dockerless.go
  • pkg/dockerless/pull.go
  • pkg/dockerless/start.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@skevetter
skevetter force-pushed the chore/migrate-log-to-devsy branch 2 times, most recently from 4099890 to 3f5eae9 Compare June 26, 2026 00:05
@skevetter
skevetter force-pushed the chore/migrate-log-to-devsy branch from 3f5eae9 to a6384b0 Compare June 26, 2026 00:30
@skevetter
skevetter merged commit f8bccd2 into main Jun 26, 2026
5 checks passed
@skevetter
skevetter deleted the chore/migrate-log-to-devsy branch June 26, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant