This commit is contained in:
Łukasz Magiera 2021-08-18 13:50:08 +02:00
parent d6e309aa01
commit 2d79b34a1d

View File

@ -4,12 +4,8 @@ import (
"fmt" "fmt"
"strings" "strings"
"time" "time"
logging "github.com/ipfs/go-log/v2"
) )
var log = logging.Logger("journal")
var ( var (
// DefaultDisabledEvents lists the journal events disabled by // DefaultDisabledEvents lists the journal events disabled by
// default, usually because they are considered noisy. // default, usually because they are considered noisy.