Skip to content

Comments

Remove logrus dependency and switch to slog#19

Closed
josemarluedke wants to merge 1 commit intomainfrom
codex/remove-logrus-dependency-and-standardize-on-slog
Closed

Remove logrus dependency and switch to slog#19
josemarluedke wants to merge 1 commit intomainfrom
codex/remove-logrus-dependency-and-standardize-on-slog

Conversation

@josemarluedke
Copy link
Member

Summary

  • drop logrus from go.mod
  • rewrite logger implementation with slog
  • update PrefixedLogger to use slog
  • adjust tests for slog-based logger

Testing

  • go mod tidy (fails: proxyconnect tcp: dial tcp 172.25.0.3:8080: connect: no route to host)
  • go test ./... (fails: proxyconnect tcp: dial tcp 172.25.0.3:8080: connect: no route to host)

@josemarluedke
Copy link
Member Author

Actually, deprecating this library is better. Then we will move the helpers into toolkit-go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant