Ethan Buchman
|
c5644aad31
|
Merge pull request #21 from tendermint/feature/tracing-logger
[log] tracing logger
|
8 years ago |
Anton Kaliaev
|
c332a21fb2
|
Merge pull request #20 from tendermint/bugfix/16-flowrate
[flowrate] refactor clock functions (Refs #16)
|
8 years ago |
rigel rozanski
|
94c0172618
|
doc update
|
8 years ago |
rigel rozanski
|
33d0dd0bfc
|
add stderr to tests
|
8 years ago |
rigel rozanski
|
c76dca0456
|
cli stderr output for Execute
|
8 years ago |
rigel rozanski
|
f913ed8134
|
date simplify
|
8 years ago |
rigel rozanski
|
304be4ec2f
|
date parse functionality
|
8 years ago |
Ethan Buchman
|
462243e31a
|
Merge pull request #23 from tendermint/hexfuncs
IsHex and StripHex
|
8 years ago |
rigel rozanski
|
925f2b3350
|
golint corrections
|
8 years ago |
rigel rozanski
|
295f6c2cc6
|
IsHex and StripHex
|
8 years ago |
Anton Kaliaev
|
a24a0ff003
|
Merge tag 'v0.2.1' into develop
v0.2.1
|
8 years ago |
Anton Kaliaev
|
6b619742ac
|
Merge branch 'release/0.2.1'
|
8 years ago |
Anton Kaliaev
|
4ef77c008c
|
update changelog
|
8 years ago |
Anton Kaliaev
|
8c0959604c
|
Merge pull request #19 from tendermint/feature/log-level-parsing-from-tendermint
copy log level parsing from tendemint
|
8 years ago |
Anton Kaliaev
|
5f20b3323e
|
don't do DeepEqual, compare ranges for durations and rates (Refs #16)
|
8 years ago |
Anton Kaliaev
|
b36203bb02
|
[cli] add a test case to TestParseLogLevel where there is no module key
|
8 years ago |
Anton Kaliaev
|
ddaa4d9b4c
|
[log] tracing logger
|
8 years ago |
Ethan Frey
|
de02488778
|
Enhance the tests to make it clearer how these levels work together
|
8 years ago |
Anton Kaliaev
|
b5c57967b7
|
[flowrate] improve error formatting (Refs #16)
|
8 years ago |
Anton Kaliaev
|
6b10432463
|
[flowrate] refactor clock functions (Refs #16)
this commit does not fix the original bug
|
8 years ago |
Anton Kaliaev
|
5032b224bc
|
copy log level parsing from tendemint
API change due to me not wanting `flags` package to depend on
tendermint's config package.
Refs https://github.com/tendermint/tendermint/issues/504
|
8 years ago |
Ethan Buchman
|
306795ae1d
|
Merge pull request #15 from tendermint/develop
v0.2.0
|
8 years ago |
Ethan Buchman
|
2733f5a738
|
CHANGELOG: update release date
|
8 years ago |
Ethan Frey
|
8af1c70a8b
|
Renamed --debug to --trace, used for light-client and basecoin
|
8 years ago |
Ethan Buchman
|
67f558cff0
|
Merge pull request #17 from tendermint/feature/log-levels-per-key-in-filter
Allow custom levels for the keyvals in filter
|
8 years ago |
Anton Kaliaev
|
d0cae7b6ed
|
[log] change helper func
|
8 years ago |
Anton Kaliaev
|
761b1553aa
|
[log] allow filtering with fields
|
8 years ago |
Ethan Buchman
|
812d9f9b84
|
add changelog
|
8 years ago |
Ethan Buchman
|
da68014a50
|
Merge pull request #10 from tendermint/bugfix/rotating-fails-on-windows
Close file before renaming it
|
8 years ago |
Anton Kaliaev
|
74a7f8c92b
|
[autofile] close file before renaming it
this might fix our windows bug https://github.com/tendermint/tendermint/issues/444
0980f8e197
|
8 years ago |
Ethan Buchman
|
4fdeaa70af
|
Merge pull request #14 from tendermint/feature/allow-for-custom-color-functions
[log] allow for custom color funcs
|
8 years ago |
Anton Kaliaev
|
a5fcc94a3b
|
[log] allow for custom color funcs
|
8 years ago |
Anton Kaliaev
|
8f5a175ff4
|
Merge pull request #13 from tendermint/feature/filter-returns-error
[log] NewFilterByLevel returns an error
|
8 years ago |
Anton Kaliaev
|
dd3e433d32
|
[log] NewFilterByLevel returns an error
|
8 years ago |
Anton Kaliaev
|
9e1852c08d
|
Merge pull request #12 from tendermint/feature/helper-log-func
[log] add NewFilterByLevel helper func
|
8 years ago |
Anton Kaliaev
|
3007668274
|
[log] add NewFilterByLevel helper func
|
8 years ago |
Ethan Buchman
|
dd592a21b9
|
Merge pull request #11 from tendermint/bugfix/multiple-module-keys
Squash module keyvals if multiple keyvals were provided
|
8 years ago |
Anton Kaliaev
|
f202d02d0d
|
[log] add separator
|
8 years ago |
Anton Kaliaev
|
b2a116863c
|
squash module key if multiple keyvals were provided
last keyvalue wins
|
8 years ago |
Anton Kaliaev
|
25a5bc2697
|
Merge pull request #9 from tendermint/bugfix/filter-with-func
[log] proper impl of With for filter
|
8 years ago |
Anton Kaliaev
|
bc6baf6774
|
[log] proper impl of With for filter
|
8 years ago |
Ethan Buchman
|
d72136da0d
|
Merge pull request #7 from tendermint/log
Log
|
8 years ago |
Anton Kaliaev
|
240215f2aa
|
return back all in Makefile
|
8 years ago |
Anton Kaliaev
|
f4be75cb1e
|
remove warn mentions
|
8 years ago |
Anton Kaliaev
|
2bf6ebf379
|
filter
|
8 years ago |
Anton Kaliaev
|
ea01d003d1
|
changes per @ethanfrey comments
|
8 years ago |
Anton Kaliaev
|
b2bd039923
|
correct impl of WithLevel
|
8 years ago |
Anton Kaliaev
|
6ff7b4395d
|
update glide.yaml and glide.lock files
|
8 years ago |
Ethan Frey
|
3420b389e9
|
Add testify version for consistency
|
8 years ago |
Anton Kaliaev
|
520561e94a
|
add testing logger
|
8 years ago |