Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bombsimon/logrusr issues and pull requests

#47 - Bump coverallsapp/github-action from 2.3.2 to 2.3.3

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, github_actions

#46 - Bump coverallsapp/github-action from 2.3.1 to 2.3.2

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, github_actions

#45 - Bump coverallsapp/github-action from 2.3.0 to 2.3.1

Pull Request - State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, github_actions

#44 - Bump github.com/go-logr/logr from 1.4.1 to 1.4.2

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go

#43 - Bump coverallsapp/github-action from 2.2.3 to 2.3.0

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, github_actions

#42 - Bump golangci/golangci-lint-action from 5 to 6

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, github_actions

#41 - Bump golangci/golangci-lint-action from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, github_actions

#40 - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, go

#39 - Bump golangci/golangci-lint-action from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#38 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#37 - Bump actions/setup-go from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#36 - Bump coverallsapp/github-action from 1.1.3 to 2.2.3

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#35 - Bump github.com/stretchr/testify from 1.8.1 to 1.8.4

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, go

#34 - Bump github.com/go-logr/logr from 1.2.3 to 1.4.1

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, go

#33 - Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, go

#32 - Configure dependabot

Pull Request - State: closed - Opened by avorima 9 months ago

#31 - Update logr and provide basic slog interop

Pull Request - State: open - Opened by avorima 9 months ago - 6 comments

#30 - Fix error value logging

Pull Request - State: closed - Opened by avorima 9 months ago - 1 comment

#29 - Add support for `logr.Marshaler`

Pull Request - State: closed - Opened by bombsimon about 1 year ago

#28 - With call depth additive

Pull Request - State: closed - Opened by bombsimon over 1 year ago

#27 - WithCallDepth should be additive

Issue - State: closed - Opened by muhlemmer over 1 year ago - 2 comments

#26 - Doesn't appear to support the logr.Marshaler interface.

Issue - State: closed - Opened by derekbassett over 1 year ago - 1 comment

#25 - This commit change the way to mapping the default `logging level`:

Pull Request - State: closed - Opened by drwpls almost 2 years ago - 7 comments

#24 - Bump major version

Pull Request - State: closed - Opened by bombsimon almost 2 years ago

#23 - Adapt `FormatFunc` return type to the expected `logrus.Fields` type

Pull Request - State: closed - Opened by d1egoaz about 2 years ago - 2 comments

#22 - Fix GitHub actions

Pull Request - State: closed - Opened by bombsimon about 2 years ago

#21 - Remove one frame from the default call depth

Pull Request - State: closed - Opened by bombsimon about 2 years ago

#20 - Fix parallel invocation and also a couple typos per the spellchecker.

Pull Request - State: closed - Opened by binaryphile about 2 years ago - 1 comment

#19 - Caller reporting is off by one by default for me

Issue - State: closed - Opened by binaryphile about 2 years ago - 4 comments

#18 - Add support for Go 1.18

Pull Request - State: closed - Opened by bombsimon over 2 years ago - 1 comment

#17 - V3 release

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#16 - Don't create logger in each test case

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#15 - Simplify severity logging

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#14 - Stop overwriting logger on struct when adding fields

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#13 - Map V-level logging to logrus named logging

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#12 - Can't use levels > 2

Issue - State: closed - Opened by bombsimon over 2 years ago - 1 comment

#11 - Level 1 and 2+ should map to corresponding Logrus Debug and Trace levels

Issue - State: closed - Opened by longsleep over 2 years ago - 9 comments

#10 - Update CI, supported versions and README

Pull Request - State: closed - Opened by bombsimon over 2 years ago

#9 - README.md: Replace NewLogger with New

Pull Request - State: closed - Opened by cfergeau over 2 years ago - 1 comment

#8 - Update logr to v1.2.2 and update go.mod to 1.17

Pull Request - State: closed - Opened by aledbf almost 3 years ago

#7 - Bump to logr v1.0.0

Pull Request - State: closed - Opened by bombsimon over 3 years ago

#6 - Logr v1.0.0 has been tagged

Issue - State: closed - Opened by thockin over 3 years ago

#5 - logr v1.0.0-rc1 + `WithCallDepth`

Pull Request - State: closed - Opened by bombsimon over 3 years ago

#4 - logr v1.0.0-rc1 includes breaking changes

Issue - State: closed - Opened by thockin over 3 years ago - 3 comments

#3 - Create a copy of the logger when being changed

Pull Request - State: closed - Opened by bombsimon over 3 years ago

#2 - BUG: log.WithName() is not threadsafe

Issue - State: closed - Opened by shaneutt over 3 years ago - 5 comments
Labels: bug

#1 - feat: support using custom formatters for complex data types

Pull Request - State: closed - Opened by alexmt about 4 years ago - 2 comments