I want to turn off the logging feature offered by default when we run from local cluster. Currently its logging so many information on the console.
Below is the example
There is a nice documentation on setting up the log level dynamically. It can be done through the UI as well as using the CLI. The later looks better to me. Once you start the topology you can simply use the following command (from inside Storm's installation directory):
./bin/storm set_log_level [topology name] -l [logger name]=[LEVEL]:[TIMEOUT]
For more details please check this link