mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
remove low signal log messages
This commit is contained in:
@ -123,9 +123,6 @@ func (dht *IpfsDHT) GetValue(ctx context.Context, key u.Key) ([]byte, error) {
|
|||||||
func (dht *IpfsDHT) Provide(ctx context.Context, key u.Key) error {
|
func (dht *IpfsDHT) Provide(ctx context.Context, key u.Key) error {
|
||||||
log := dht.log().Prefix("Provide(%s)", key)
|
log := dht.log().Prefix("Provide(%s)", key)
|
||||||
|
|
||||||
log.Debugf("start", key)
|
|
||||||
defer log.Debugf("end", key)
|
|
||||||
|
|
||||||
defer log.EventBegin(ctx, "provide", &key).Done()
|
defer log.EventBegin(ctx, "provide", &key).Done()
|
||||||
|
|
||||||
// add self locally
|
// add self locally
|
||||||
|
Reference in New Issue
Block a user