Hi all,
I got some questions here for the storm log configuration.
There is a topology built by maven and a logback.xml in the
/src/main/resources path.
when i ran the topology on the local cluster,the log message about the topology
was wrote
a my file which had been setted in the /src/main/sources/logback.xml .
But when i submit the topology to storm cluster ,i found the logback.xml in the
topology became
invalid and the log message about topology was wrote to the
$STORM_DIR/logs/worker-xxx.log files
which are setted in the $STORM_DIR/logback/cluster.xml or
$STORM_DIR/logback/worker.xml ranther
than my file.
So,how to solve the problem?
And how to configure different logback.xml for different topology?
Note : The premise is not to modify the cluster.xml or worker.xml in the
$STORM_DIR/logback
regards,
devopts