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
reported by @DmytroOrlov
// file: common-reference.conf logger { levels = { "warn" = ["org.http4s.blaze.channel.nio1.NIO1SocketServerGroup"] } json = false json = ${?LOG_JSON} }
exception:
phase=early Failed to read logger config section, using defaults: exception=DecodingFailure(Boolean, List(DownField(json))) DecodingFailure(Boolean, List(DownField(json)))
real cause: splicing env vars in typesafe-config causes failures in circe-config boolean codec, because this converts bools to strings
The text was updated successfully, but these errors were encountered:
Fix #869 workaround circe-config Boolean codec issue in logstage config
3b9fe4a
circe/circe-config#12 * Fixes repro at https://github.com/DmytroOrlov/logstage-resolve
541c475
Pushed workaround for the specific issue in https://github.com/DmytroOrlov/logstage-resolve , #871 But, properly fixing this for all cases requires #790
Sorry, something went wrong.
neko-kai
No branches or pull requests
reported by @DmytroOrlov
exception:
real cause:
splicing env vars in typesafe-config causes failures in circe-config boolean codec, because this converts bools to strings
The text was updated successfully, but these errors were encountered: