Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: machine-readable logging #326

Merged
merged 42 commits into from
Nov 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
079bdba
doc(peer) question
Nov 11, 2014
027de28
feat(log) time
Nov 11, 2014
1ed0850
style(core) peer -> self
Nov 11, 2014
05346dd
misc(core/identity) more specific function argument
Nov 11, 2014
ac84515
style(core_test) move test variable
Nov 12, 2014
a11c59d
feat(peer) add Type (Unspecified, Local, Remote)
Nov 12, 2014
0108968
feat(util/time) impl RFC3339Nano UTC utility Format/Parse functions
Nov 14, 2014
2c88e34
feat(elog) implement event logger
Nov 16, 2014
4b16078
log(dht) log a couple events to demonstrate API
Nov 16, 2014
55896a8
logs(2/main) place log statements approppriately
Nov 16, 2014
6245f0c
fix(elog) Metadata implements Loggable
Nov 16, 2014
a84ddcf
docs(elog/Event)
Nov 16, 2014
60af68b
rm dead code
Nov 16, 2014
15f850f
refactor(2/main) helper methods for details object
Nov 16, 2014
4cadbc1
style rename for clarity
Nov 16, 2014
eb46fbe
perform some swarm logging
Nov 16, 2014
9a38b28
deps(logging) vendor logrus (MIT)
Nov 16, 2014
395f8a6
style(errors) import as errors
Nov 16, 2014
d55dd16
feat(elog) Option
Nov 16, 2014
2b72d9f
deps(logging) vendor lumberjack (MIT)
Nov 16, 2014
d28c9cc
refactor(init) extract initCheckDir function
Nov 16, 2014
bd51b82
feat(eventlog) configuration/options
Nov 16, 2014
183dd99
feat(eventlog) include timestamp in log
Nov 16, 2014
3a927cb
feat(init) init logs upon config initialization
Nov 16, 2014
be62b76
refactor(2/main) use debugerror
Nov 16, 2014
ac69aba
feat(2/main) configure event logger
Nov 16, 2014
25c98e8
refactor(eventlog) elog -> eventlog
Nov 16, 2014
2134365
docs(eventlog)
Nov 16, 2014
c6a8488
todo(eventlog)
Nov 16, 2014
6fec76d
fix(imports) misc
Nov 16, 2014
43f74c8
feat(eventlog) entry
Nov 16, 2014
7b7a6d8
fix(eventlog) context
Nov 16, 2014
d5c3535
misc(eventlog) run tests in parallel
Nov 16, 2014
e906dcd
refactor(eventlog) extract entry
Nov 16, 2014
02d8da0
fix(2/init) message displayed during init
Nov 16, 2014
b03fbf7
deps(eventlog) use maybebtc fork
Nov 16, 2014
2d6b10f
deps(eventlog) disable logrus' mutation of event keys
Nov 16, 2014
0f6a2e2
feat(eventlog) use the polite json formatter
Nov 16, 2014
6291c25
fix(net/conn) Set peer to "Remote" in Dial method
Nov 16, 2014
1c4c741
fix(misc) address PR comments
Nov 16, 2014
c8c062f
refactor(config/init) add hooks to identity generation. useful for di…
Nov 16, 2014
c4ea0b7
fix(2/init) msg
Nov 16, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/maybebtc/logrus/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading