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

Feature: Make logging configurable #17

Closed
DerbyKurby opened this issue Jul 12, 2024 · 2 comments
Closed

Feature: Make logging configurable #17

DerbyKurby opened this issue Jul 12, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@DerbyKurby
Copy link
Contributor

It would be great if the logging could be defined in the config file instead of code editing

@gyptazy
Copy link
Owner

gyptazy commented Jul 12, 2024

Hey @DerbyKurby,

Log Verbosity

With the new param log_verbosity which can be defined in the config file, the log verbosity can now be defined by using INFO, WARN or CRITICAL (default).

This is currently available in PR #19 and should be merged soon. It will take place with release 1.0.0.

Cheers,
gyptazy

@gyptazy gyptazy self-assigned this Jul 12, 2024
@gyptazy gyptazy added this to the Release 1.0.0 milestone Jul 12, 2024
@DerbyKurby
Copy link
Contributor Author

thx

gyptazy added a commit that referenced this issue Jul 13, 2024
…erbosity

feature(logging): Add configurable log verbosity. [#17]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants