Ingyu Hwang (Evan)
Ingyu Hwang (Evan)
I want to use embed config files. But `ReadConfig()` only use file path. If I can use `io.Reader` for `parseFile()` like below, it would be nice. What do you think?...
* I found a bug that `entry.Log` doesn't call `logger.Exit(1)`. * If I call `entry.Log` with `logrus.FatalLevel`, system doesn't exit.
Is there any option that make release notes include assignee? If not, What do you think adding that option? Thank you for really nice module.
When run `gren init --token=******`, it doesn't work well. I got following error log. ``` Can't find GREN_GITHUB_TOKEN. Please configure your environment See https://github.com/github-tools/github-release-notes#setup ``` Can't I use `gren init`...
* I think there is no way to ignore specific paths. * Ex, health check and prometheus scrap endpoint * What do you think that add configuration option for ignoring...
* we cannot change http, grpc default field name. * How about adding `LogFieldName` for customizing log field name? ```golang // http_option.go var DefaultHttpLogFieldName = &HttpLogFieldName{ Protocol: "protocol", Path: "path",...
* https://github.com/daangn/accesslog/pull/5#issuecomment-993222086 * We can do too many actions with zerolog.Event, ex e.Send(). * Need to limit actions