I'm using Hurricane version 0.9.1 I am facing a problem that is configuring logging when a topology is run. By default the storm logs all logs to the employee-log .log using the logback configuration specified in cluster.xml. I want to log topology that should be able to write at a different log location and be able to configure the log level for these logs. Is it possible to do this without changing the cluster.xml?
There is no other way about the official document. The log is configured only in $ STORM_HOME / logback / cluster.xml (since 0.9). The main problem is that log-dever daemon depends on the file that the worker is able to find and display the log. Overriding this will break the log viewer's functionality.
No comments:
Post a Comment