I've run been running a mesos cluster for about a month in our staging environment without issue. Today, I tried to compile and install a cluster in production using the same build process we did for staging but have run into issues getting it to run from the install location. We have the log_dir parameter set to /var/log/mesos but no data is showing up in there or in /tmp when I run the sbin/start-mesos-cluster.sh scripts.
To be clear, I am able to run masters and slaves from the directory I built the code in but the install location seems to have issues. Two questions: 1) What are the recommended strategies for debugging an install? 2) Any other places where the logs could be showing up? Thanks for the help. Gary