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

Ensure logger initialization is done before config property validation, if possible #19

Open
velitchko-valkov opened this issue Sep 8, 2022 · 0 comments

Comments

@velitchko-valkov
Copy link
Contributor

Right now, we have to use an alternative logger instance https://pkg.go.dev/log before the logger from File Upload is initialized. We have to check if it is possible not to do that, as right now there could be log entries without a type (debug, info, warn, error) that also do not get forwarded to the log file.

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

No branches or pull requests

1 participant