is it possible to activate the debug or log someho...
# troubleshooting
d
is it possible to activate the debug or log somehow? or maybe run pinot with a verbose mode to see output of my custom code?
x
yes, there is log4j files under
conf/
based on the scripts, you can see which log4j file it’s using
d
perfect!
x
e.g.
bin/quick-start-batch.sh
is using
conf/quickstart-log4j2.xml
d
yeah thats what i need! i am using ...batch.sh
ok