Hello,
I just want to know how to turn on logging for debug mode in storm-core. I tried updating cluster.xml and worker.xml files and set them to ALL level even then there are no logs for statements like -
LOG.info("Checkpoint interval is {} millis", interval);
also I have done - conf.setDebug(true);