Merge branch 'feat/testnet2' of github.com:filecoin-project/go-lotus into feat/testnet2

This commit is contained in:
Łukasz Magiera
2020-01-08 22:44:54 +01:00
68 changed files with 260 additions and 390 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http"
"strings"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/apistruct"
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"sync/atomic"
"github.com/gorilla/websocket"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
"go.opencensus.io/trace"
"go.opencensus.io/trace/propagation"
"golang.org/x/xerrors"
+1 -1
View File
@@ -1,6 +1,6 @@
package lotuslog
import logging "github.com/ipfs/go-log"
import logging "github.com/ipfs/go-log/v2"
func SetupLogLevels() {
logging.SetLogLevel("*", "INFO")
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"os"
"path/filepath"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
)
var log = logging.Logger("tarutil")