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

Log levels support #542

Merged
merged 3 commits into from
Jan 9, 2025
Merged

Log levels support #542

merged 3 commits into from
Jan 9, 2025

Conversation

mantzas
Copy link
Contributor

@mantzas mantzas commented Dec 30, 2024

Introducing log levels to support a more generic way of controlling logs.

  • Unifies log level support
  • Removes contradicting flags where trace and debug can be set simultaneously
  • Default log level is INFO as before

Resolves #505.

@mantzas mantzas marked this pull request as ready for review December 30, 2024 19:46
@mrueg
Copy link
Collaborator

mrueg commented Jan 9, 2025

If you rebase on latest master, the unit test should work again.

@mrueg mrueg merged commit c632011 into kovetskiy:master Jan 9, 2025
@mrueg
Copy link
Collaborator

mrueg commented Jan 9, 2025

Thanks! No idea why the unit test didn't get triggered though. It should work in master though.

@mantzas
Copy link
Contributor Author

mantzas commented Jan 9, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output is too verbose in CI
2 participants