When I run a topology on storm 0.10.0, each conponent's log is written to ***-worker-***.log, mixed together with logs generated by storm framework.
I found it is very inconvenient to debug my topology, I have to search carefully to find out which logs are my spout/bolt's logs . Does anyone have a good solution for this case? Or are there any log4j configuration to support this feature? So that I can print my log to files in a seperated directory. Thank you!
