You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connector seems to use the log prefix ======= in a random way leading to poor quality of logged messages. In addition, the connector seems to have a bad use of the log levels, i.e., DEBUG, TRACE, INFO for logging exception.
The connector seems to use the log prefix
=======
in a random way leading to poor quality of logged messages. In addition, the connector seems to have a bad use of the log levels, i.e.,DEBUG
,TRACE
,INFO
for logging exception.pubsubplus-connector-kafka-source/src/main/java/com/solace/connector/kafka/connect/source/SolaceSourceTask.java
Lines 130 to 133 in e0fcb78
Unfortunately, this makes the logs difficult to analyze in a production environment and it is difficult to trace errors.
The text was updated successfully, but these errors were encountered: