conjure-java-runtime
conjure-java-runtime copied to clipboard
Placeholders missing from log messages
What happened?
I'm using several components from conjure-java-runtime in my Gradle plugin where I don't have enough control over the logging framework to configure SLS logging.
As such, I don't get any arguments in any of the log messages from CJR.
What did you want to happen?
Conjure Java Runtime uses SLF4J, it shouldn't make assumptions about how SLF4J is configured or the context in which its jars are used.