logrus Questions
1
Solved
With v1 of the SDK i could use logrus for my custom logger, like:
Logger: aws.LoggerFunc(func(args ...interface{}) {
log.WithField("process", "s3").Debug(args...)
}),
This h...
Schlesien asked 29/1, 2022 at 10:25
2
Solved
I am using logrus in a Go app. I believe this question is applicable to any other logging package (which doesn't offer external file based configuration) as well.
logrus provides functions to setu...
1
© 2022 - 2024 — McMap. All rights reserved.