-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Extend the capabilities of dmon-agent so that it can locate (if necessary) and then forward storm worker logs to dmon.
Implement method
GET
-> /v1/node/stwork
Return the log of current storm worker.
Worker logs are usually located in ../apache-storm-0.9.3/logs. The ones with the format worker*.logs.
The logging directory can also be set from the config yaml file at:
storm.log.dir: /path/to/storm/logdir
or using the command line with:
-Dstorm.log.dir=/opt/storm/apache-storm-0.9.3/logs