I have a topic with an Avro schema, and in the logs, there are many warning messages that make it long and disrupt its visualization when I need to analyze it. How can I fix this? Below is a portion of the log messages.
2024-04-23 12:05:43,597 WARN [o.a.a.Schema] [ioapp-compute-10] Ignored the userEventsRegister.userDate.logicalType property ("date"). It should probably be nested inside the "type" for the field.
2024-04-23 12:05:53,595 WARN [o.a.a.Schema] [ioapp-compute-1] Ignored the userEventsRegister.userDate.logicalType property ("date"). It should probably be nested inside the "type" for the field.
2024-04-23 12:06:03,595 WARN [o.a.a.Schema] [ioapp-compute-4] Ignored the userEventsRegister.userDate.logicalType property ("date"). It should probably be nested inside the "type" for the field.
2024-04-23 12:06:13,595 WARN [o.a.a.Schema] [ioapp-compute-4] Ignored the userEventsRegister.userDate.logicalType property ("date"). It should probably be nested inside the "type" for the field.