Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Administrators are free to specify an alternative location for the JobScheduler log files. In this situation, to ensure that the JOC Cockpit is able to find the alternative log file location, we recommend that administrators do not change the log_dir parameter in the factory.ini file but create a SymLink pointing to the new log directory in place of the default folder specified by the log_dir parameter. The JOC cockpit will then look at the default log file location and follow the SymLink to the new location.
  • To Configure a Custom Log File location:
    • Stop the JobScheduler Master (to allow the original logs folder to be moved/deleted/renamed)
    • Move/delete/rename the original logs folder
    • On Window: Open a command prompt window (with some Windows installations elevated Administrator rights may be necessary)
      • Navigate to the current location of the logs folder
      • Enter: mklink /D logs Target
        • where Target is the new name/location (absolute or relative) of the logs directory
    • On Linux: Open a shell
      • Navigate to the current location of the logs folder
      • Enter: ln -s "Target" logs
        • where Target is the new name/location (absolute or relative) of the logs directory
    • Start the JobScheduler Master

...