1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-17 04:29:52 +08:00

19 Commits

Author SHA1 Message Date
bf22aeec0a Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
2015-03-31 12:52:25 -07:00
71245e5971 remove unused POut() 2015-02-27 14:19:19 +01:00
45e4352c9c dropped down log.Errors 2015-01-26 19:13:44 -08:00
ac2be0b68b util/log: SetDebugLogging 2014-12-12 02:45:22 -08:00
25b3106e41 rm logger
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-11-15 02:10:53 -08:00
54c2a14c10 nocolor log fmt 2014-10-26 01:44:11 -07:00
184c25430b go-vet friendly codebase
- distinguish log.Error and log.Errorf functions
- Initialize structs with field names
- A bit of unreachable code (defers)
2014-10-25 03:46:39 -07:00
210b5df78c use my go-logging fork
until https://github.com/op/go-logging/pull/30 is merged
2014-10-25 03:43:17 -07:00
b66b26098b nicer, greppable logging 2014-10-22 03:24:05 -07:00
08af98d412 logging friendliness 2014-10-18 04:36:20 -07:00
e7d713380c colored logfmt 2014-10-18 04:36:20 -07:00
02659c68b6 fix IPFS_DEBUG (was set after SetupLogging) 2014-10-18 12:03:47 +02:00
0631a39492 cleaned up SetupLogging() 2014-10-15 14:23:54 +02:00
e4da27a2a5 implemented ipfs log command 2014-10-15 13:34:38 +02:00
3455846b35 add log command 2014-10-15 13:18:00 +02:00
515505dccb fix IPFS_DEBUG logging 2014-10-15 13:18:00 +02:00
ebdaac7f1e introduce IPFS_DEBUG env var 2014-10-15 13:18:00 +02:00
98d9df544f remove utils.PErr() 2014-10-15 13:17:04 +02:00
cb15a437ea broke up log file + logging env
IPFS_LOGGING now takes a logging.Level string

(no more "all") cc @whyrusleeping
2014-10-11 04:44:59 -07:00