I am running stormcrawler 2.8 in local mode (storm local...). I wish to wind down the amount of logging, changing the level to WARN or ERROR.
I have tried editing the storm worker.XML but that does nothing (nor does cluster.XML but that's not surprising as I'm running local). I tried adding a log4j2.xml into the resources directory, that too, does nothing. I also tried running storm set_log_level but that does not work (it's looking for a cluster I suspect).
So how do I change logging level with storm local?
I got this working using:
and having a log4j2.xml something like: