Commit a5ff08c
committed
Using trace for some verbose sink logging
"debug" is helpful on the source side for seeing some info on each poll call. But the "Processing record" message in the sink connector shows up for every single sink record; that can quickly become overwhelming. So shifted that to "trace".1 parent 32b457e commit a5ff08c
File tree
1 file changed
+2
-2
lines changed- src/main/java/com/marklogic/kafka/connect/sink
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments