How to report deserialization problems for configuration? #210
sleberknight
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If there are any errors or warnings in the YAML configuration, we currently log it at
WARN
level using aLoggingDeserializationProblemHandler
. This is fine, but it would be better to collect the errors and report them as a warning to stdout. This way, we could change the logging level toERROR
, or change the logging so that it logs only to a file (better than having logs interspersed with stdout), and users would still see the problems.What is the best way to do this?
Beta Was this translation helpful? Give feedback.
All reactions