-3

I'd like to configure log4j for Marathon, where should I put the log4j.properties. I start Marathon by ./bin/start --master xxx

Klaus Ma
  • 350
  • 2
  • 4
  • 12

1 Answers1

0
export JAVA_OPTS=-Dlog4j.configuration=file://path_of_log4j_properties
Klaus Ma
  • 350
  • 2
  • 4
  • 12