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

Create a dynamic logger (Fixes #1181) #2245

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Add runtime log level control via HTTP (Fix #1181)

55eb191
Select commit
Loading
Failed to load commit list.
Open

Create a dynamic logger (Fixes #1181) #2245

Add runtime log level control via HTTP (Fix #1181)
55eb191
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 6, 2024 in 0s

68.18% of diff hit (target 60.00%)

View this Pull Request on Codecov

68.18% of diff hit (target 60.00%)

Annotations

Check warning on line 214 in cmd/juno/juno.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/juno/juno.go#L210-L214

Added lines #L210 - L214 were not covered by tests

Check warning on line 216 in cmd/juno/juno.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/juno/juno.go#L216

Added line #L216 was not covered by tests

Check warning on line 142 in node/http.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/http.go#L136-L142

Added lines #L136 - L142 were not covered by tests

Check warning on line 243 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L241-L243

Added lines #L241 - L243 were not covered by tests

Check warning on line 375 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L375

Added line #L375 was not covered by tests

Check warning on line 388 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L387-L388

Added lines #L387 - L388 were not covered by tests

Check warning on line 392 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L392

Added line #L392 was not covered by tests

Check warning on line 27 in utils/log.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/log.go#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 186 in utils/log.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/log.go#L186

Added line #L186 was not covered by tests

Check warning on line 195 in utils/log.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/log.go#L194-L195

Added lines #L194 - L195 were not covered by tests