How to set Novus Log location?

I have a tool that calls Novus directly. However the logs are always created in the same folder as the executable. Is there a way to change this path? The logs I am concered about have this naming scheme: MC-Prod.txt.04-08-2014 ** edit ** Answers below show Java answers, however I am looking for a .NET solution. I don't think I have control over the JVM that is created.

Best Answer

  • kyle.spahn
    Answer ✓
    You can set the following JVM system property to redirect the MC* log location:

    -DnovusLogPath=/log

Answers