-
- Downloads
- switching from glog to logrus
- switching from flag to codegangsta cli options - adding the custom logger and json format options - updating the codegangsta dep - adding the command line options for configuration - fixing up elements of the logging
Showing
- Godeps/Godeps.json 17 additions, 11 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/Sirupsen/logrus/.gitignore 1 addition, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/.gitignore
- Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml 7 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml
- Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md 55 additions, 0 deletions...ps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE 21 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE
- Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md 365 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/README.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/doc.go 26 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/doc.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go 264 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/entry.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/entry_test.go 77 additions, 0 deletions...s/_workspace/src/github.com/Sirupsen/logrus/entry_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go 50 additions, 0 deletions...ce/src/github.com/Sirupsen/logrus/examples/basic/basic.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go 30 additions, 0 deletions...pace/src/github.com/Sirupsen/logrus/examples/hook/hook.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/exported.go 193 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/exported.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go 48 additions, 0 deletions...ps/_workspace/src/github.com/Sirupsen/logrus/formatter.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter_bench_test.go 98 additions, 0 deletions...ce/src/github.com/Sirupsen/logrus/formatter_bench_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go 56 additions, 0 deletions...ithub.com/Sirupsen/logrus/formatters/logstash/logstash.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash_test.go 52 additions, 0 deletions....com/Sirupsen/logrus/formatters/logstash/logstash_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hook_test.go 122 additions, 0 deletions...ps/_workspace/src/github.com/Sirupsen/logrus/hook_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go 34 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md 39 additions, 0 deletions...ace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go 61 additions, 0 deletions...ace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go
Loading
Please register or sign in to comment