Switch logging from glog to logrus
Improve interactive output experience by switching to a logging library (logrus) that allows customising the output format. This also removes the glog command line flags. Replaced with a simpler `--verbose`/`-v` option: - quiet by default (warnings and errors only) - `-v` for progress info - `-vv` for debug Fixes #34
Showing
- cmd/delete.go 3 additions, 3 deletionscmd/delete.go
- cmd/diff.go 3 additions, 3 deletionscmd/diff.go
- cmd/root.go 78 additions, 10 deletionscmd/root.go
- cmd/update.go 4 additions, 4 deletionscmd/update.go
- main.go 7 additions, 4 deletionsmain.go
- utils/acquire.go 2 additions, 4 deletionsutils/acquire.go
- utils/registry.go 11 additions, 11 deletionsutils/registry.go
Please register or sign in to comment