libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

An Error in Echo client/server with libp2p #189

Closed Virgil0203 closed 3 years ago

Virgil0203 commented 3 years ago

An error in line 83 golog.SetAllLoggers(gologging.INFO) cannot use logging.INFO (type logging.Level) as type "github.com/ipfs/go-log/v2".LogLevel in argument to "github.com/ipfs/go-log". How can I solve it please?