553 Commits (06cffa6acb95d61af02396e1ec33d24c4dae2fab)
 

Author SHA1 Message Date
  Anton Kaliaev b36203bb02
[cli] add a test case to TestParseLogLevel where there is no module key 7 years ago
  Anton Kaliaev ddaa4d9b4c
[log] tracing logger 7 years ago
  Ethan Frey de02488778 Enhance the tests to make it clearer how these levels work together 7 years ago
  Anton Kaliaev b5c57967b7
[flowrate] improve error formatting (Refs #16) 7 years ago
  Anton Kaliaev 6b10432463
[flowrate] refactor clock functions (Refs #16) 7 years ago
  Anton Kaliaev 5032b224bc
copy log level parsing from tendemint 7 years ago
  Ethan Buchman 306795ae1d Merge pull request #15 from tendermint/develop 7 years ago
  Ethan Buchman 2733f5a738 CHANGELOG: update release date 7 years ago
  Ethan Frey 8af1c70a8b Renamed --debug to --trace, used for light-client and basecoin 7 years ago
  Ethan Buchman 67f558cff0 Merge pull request #17 from tendermint/feature/log-levels-per-key-in-filter 7 years ago
  Anton Kaliaev d0cae7b6ed
[log] change helper func 7 years ago
  Anton Kaliaev 761b1553aa
[log] allow filtering with fields 7 years ago
  Ethan Buchman 812d9f9b84 add changelog 7 years ago
  Ethan Buchman da68014a50 Merge pull request #10 from tendermint/bugfix/rotating-fails-on-windows 7 years ago
  Anton Kaliaev 74a7f8c92b
[autofile] close file before renaming it 7 years ago
  Ethan Buchman 4fdeaa70af Merge pull request #14 from tendermint/feature/allow-for-custom-color-functions 7 years ago
  Anton Kaliaev a5fcc94a3b
[log] allow for custom color funcs 7 years ago
  Anton Kaliaev 8f5a175ff4 Merge pull request #13 from tendermint/feature/filter-returns-error 7 years ago
  Anton Kaliaev dd3e433d32
[log] NewFilterByLevel returns an error 7 years ago
  Anton Kaliaev 9e1852c08d Merge pull request #12 from tendermint/feature/helper-log-func 7 years ago
  Anton Kaliaev 3007668274
[log] add NewFilterByLevel helper func 7 years ago
  Ethan Buchman dd592a21b9 Merge pull request #11 from tendermint/bugfix/multiple-module-keys 7 years ago
  Anton Kaliaev f202d02d0d
[log] add separator 7 years ago
  Anton Kaliaev b2a116863c
squash module key if multiple keyvals were provided 7 years ago
  Anton Kaliaev 25a5bc2697 Merge pull request #9 from tendermint/bugfix/filter-with-func 7 years ago
  Anton Kaliaev bc6baf6774
[log] proper impl of With for filter 7 years ago
  Ethan Buchman d72136da0d Merge pull request #7 from tendermint/log 7 years ago
  Anton Kaliaev 240215f2aa
return back all in Makefile 7 years ago
  Anton Kaliaev f4be75cb1e
remove warn mentions 7 years ago
  Anton Kaliaev 2bf6ebf379
filter 7 years ago
  Anton Kaliaev ea01d003d1
changes per @ethanfrey comments 7 years ago
  Anton Kaliaev b2bd039923
correct impl of WithLevel 7 years ago
  Anton Kaliaev 6ff7b4395d
update glide.yaml and glide.lock files 7 years ago
  Ethan Frey 3420b389e9 Add testify version for consistency 7 years ago
  Anton Kaliaev 520561e94a
add testing logger 7 years ago
  Ethan Buchman 66c9401c07
log: Tm -> TM 7 years ago
  Anton Kaliaev ed76afd409
Logger interface and tmLogger impl based on go-kit 7 years ago
  Ethan Buchman 706b9fbd67 Merge pull request #8 from tendermint/cli 7 years ago
  Ethan Frey 2f02ed18e9 One more helper function for cli tests... 7 years ago
  Ethan Frey d0132b0fff Moved helper functions into non-test code for reuse elsewhere 7 years ago
  Ethan Buchman 3585a542a0 cli: viper.Set(HomeFlag, rootDir) 7 years ago
  Ethan Frey ee45dbdc8b Test how unmarshall plays with flags/env/config/default struct 7 years ago
  Ethan Frey 8efeeb5f38 Add --debug flag to return full stack trace on error 7 years ago
  Ethan Frey ef3b9610a1 Fixed up the --home flag, ebuchman check this out 7 years ago
  Ethan Frey d05b8131a3 Updated glide with cobra/viper, fixed Makefile typo 7 years ago
  Ethan Frey 5637a78854 Test setting config file as root 7 years ago
  Ethan Frey 62427adbec First basic test case on setup functionality 7 years ago
  Ethan Frey 435fd0ece7 Add clarifying comments as requested by Rigel 7 years ago
  Ethan Buchman 7becd35126 cli: more descriptive naming 7 years ago
  Ethan Buchman a95a60cb0b cli: support --root and --home 7 years ago