We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically the same as: wharfix/wharfix#124
I'm fine with changing to env-logger in a single go, without having a deprecation period with feature-flags. But I'll let others decide on this :)
Switching to env-logger will probably allow a removal of the allow(dead-code) here: https://github.com/DBCDK/faythe/pull/95/files#diff-f49d609fea783d3a6a05bd81505337baf6575e8919cd505271cd501e91933809R244
allow(dead-code)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basically the same as: wharfix/wharfix#124
I'm fine with changing to env-logger in a single go, without having a deprecation period with feature-flags. But I'll let others decide on this :)
Switching to env-logger will probably allow a removal of the
allow(dead-code)
here: https://github.com/DBCDK/faythe/pull/95/files#diff-f49d609fea783d3a6a05bd81505337baf6575e8919cd505271cd501e91933809R244The text was updated successfully, but these errors were encountered: