Skip to content

Commit

Permalink
DEBUG: remove kafka output filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Nov 21, 2023
1 parent 9f35e72 commit e353238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/kafka/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

/app/setup.sh 2>&1 | grep -v '^WARNING: Due to limitations in metric names' &
/app/setup.sh # 2>&1 | grep -v '^WARNING: Due to limitations in metric names' &

exec /etc/confluent/docker/run 2>&1 \
| grep -v -E ' (TRACE|DEBUG|INFO) '
exec /etc/confluent/docker/run 2>&1 # \
# | grep -v -E ' (TRACE|DEBUG|INFO) '

0 comments on commit e353238

Please sign in to comment.