sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.79k stars 2.27k forks source link

[FEATURE REQUEST] logrus.If() #1439

Open albttx opened 3 months ago

albttx commented 3 months ago

Hello, what do you think about this feature ?

f, err := os.Open("config.yml")
logrus.If(err != nil).WithError(err).Error()
defer f.Close()
[...]
github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

albttx commented 2 months ago

up?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

albttx commented 1 month ago

up ?

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.

albttx commented 1 week ago

up @sirupsen ? 🙏🏼

ripienaar commented 1 week ago

@albttx this repo is abandoned you're wasting your time