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

chore: reworked logger init #230

Closed
wants to merge 1 commit into from
Closed

chore: reworked logger init #230

wants to merge 1 commit into from

Conversation

retr0h
Copy link
Owner

@retr0h retr0h commented Aug 23, 2024

The whole logger setup is kinda silly, and was primarially silly because a logger was not initialized until after the config was parsed for debug handling.

Now setting the logger to a default value, and redefine it later once config is parsed.

There is also no reason to call initLogger and initConfig in additional commands with this change.

The whole logger setup is kinda silly, and was primarially silly
because a logger was not initialized until after the config was
parsed for debug handling.

Now setting the logger to a default value, and redefine it later once config
is parsed.

There is also no reason to call initLogger and initConfig in additional
commands with this change.
@retr0h retr0h closed this Sep 10, 2024
@github-actions github-actions bot deleted the cleaup-silly-logger branch September 10, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant