Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging improvements #941

Merged
merged 4 commits into from
Sep 28, 2023

Use logging helpers

ec21f46
Select commit
Loading
Failed to load commit list.
Merged

Logging improvements #941

Use logging helpers
ec21f46
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 27, 2023 in 1s

74.98% of diff hit (target 57.54%)

View this Pull Request on Codecov

74.98% of diff hit (target 57.54%)

Annotations

Check warning on line 99 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L99

Added line #L99 was not covered by tests

Check warning on line 166 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L166

Added line #L166 was not covered by tests

Check warning on line 169 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 177 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 186 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 191 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 199 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 204 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 216 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L216

Added line #L216 was not covered by tests

Check warning on line 220 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L220

Added line #L220 was not covered by tests

Check warning on line 230 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L230

Added line #L230 was not covered by tests

Check warning on line 244 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L244

Added line #L244 was not covered by tests

Check warning on line 258 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L258

Added line #L258 was not covered by tests

Check warning on line 316 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L316

Added line #L316 was not covered by tests

Check warning on line 335 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L335

Added line #L335 was not covered by tests

Check warning on line 350 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L342-L350

Added lines #L342 - L350 were not covered by tests

Check warning on line 16 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 21 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 17 in v2/errs/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errs/errors.go#L13-L17

Added lines #L13 - L17 were not covered by tests

Check warning on line 21 in v2/errs/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errs/errors.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 72 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L67-L72

Added lines #L67 - L72 were not covered by tests

Check warning on line 80 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L74-L80

Added lines #L74 - L80 were not covered by tests

Check warning on line 87 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L82-L87

Added lines #L82 - L87 were not covered by tests

Check warning on line 100 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L89-L100

Added lines #L89 - L100 were not covered by tests

Check warning on line 115 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L102-L115

Added lines #L102 - L115 were not covered by tests