mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-24 22:38:27 +08:00
doc(eventlog) init
@jbenet yeah, these are just sane defaults License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
ef65bb1ce3
commit
84354c7545
@ -8,6 +8,7 @@ import (
|
|||||||
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
|
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// init sets up sane defaults
|
||||||
func init() {
|
func init() {
|
||||||
Configure(TextFormatter)
|
Configure(TextFormatter)
|
||||||
Configure(Output(os.Stderr))
|
Configure(Output(os.Stderr))
|
||||||
|
Reference in New Issue
Block a user