pegasystems / dataset-integrations

Kafka custom serializer/deserializer implementations
Apache License 2.0
5 stars 6 forks source link

Unable to turn off Warning logging in ClipboardPageToGenericRecordConverter.java #5

Closed charoensri closed 1 year ago

charoensri commented 1 year ago

Line93: LOGGER.warn(FORCE_LOGGING_MARKER, "Property couldn't be matched with the potential schema.", e); The warning generates lots of logs, and we are not able to turn this off via Pega Log category com.pega.dsm.kafka.api.serde.avro.ClipboardPageToGenericRecordConverter Pls advice how to disable this warning.

charoensri commented 1 year ago

I was thinking of using Appender Level with Filter to block ALL the WARN msg. But the issue is not reproducible after a redeploy of the new docker image.