Apache Storm: o arquivo de log de métricas está vazio

Estou tentando seguir o exemplo aqui

https://www.endgame.com/blog/storm-metrics-how

aqui está o meu storm.yaml

storm.zookeeper.servers:
- localhost


supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703
- 6704


nimbus.host: localhost

ui.port: 8080
ui.host: localhost

storm.log.dir: /path/to/storm/logdir

topology.max.spout.pending: 5000

Tentei executar a topologia no modo local e de cluster. o arquivo metrics.log é criado no local/path/to/storm/logdir mas o arquivo está vazio! estou faltando alguma configuração?

questionAnswers(1)

yourAnswerToTheQuestion