风暴 0.10.0 cluster.xml 配置

storm 0.10.0 cluster.xml configure

在 storm-0.10.0 中,当我配置 cluster.xml 时,我使用 ${storm.home}/logs/${logfile.name} 就像 storm-0.9.0,但值 ${storm.home}${logfile.name} 不是确定了,为什么?

Log4j2 有许多不同类型的查找。它们通过前缀来区分。对于系统属性,前缀是 sys:

所以尝试 ${sys:storm.home}/logs/${sys:logfile.name}

另请参阅 http://logging.apache.org/log4j/2.x/manual/lookups.html 了解更多信息。