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

Reliance on SLF4J makes logging configuration problematic #192

Open
agentgt opened this issue May 29, 2024 · 0 comments
Open

Reliance on SLF4J makes logging configuration problematic #192

agentgt opened this issue May 29, 2024 · 0 comments

Comments

@agentgt
Copy link

agentgt commented May 29, 2024

Summary

I'm the author of a newer SLF4J facade called RainbowGum: https://github.com/jstachio/rainbowgum

Rainbow Gum is unique for several reasons but one of the biggest reasons is that it does not provide its own configuration framework. All it needs is Function<String,String>.

Unfortunately your library cannot be used to provide Rainbow Gum with configuration as it will initialize too soon via SLF4J.

Currently we provide support for avaje-config and soon typesafe/lightbend config.

The library is also missing module-info.java.

However I have feeling the above will probably not interest you guys but I thought I would just mention it as I do think your library is kind of cool and have a similar in-house configuration library (as in not OSS).

Feel free to close if out of scope.

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