I am not sure if I understand correctly. What do you mean by "local storm project"? Is it running using LocalCluster? In this case, you need to create the "logback.xml" file and set the log configuration there. logback.xml should be in your class path, that is, you can put it in the "src" folder to enable Eclipse to find it. Or you put it in another place and expand your class accordingly.
source share