Versions Compared

Key

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

...

By default, the logging level for the Consul and Nomad processes is set as Info (see Configuring Logging levels). If you want to log debugging events, you must change the logging level for the Consul and Nomad processes to Debug.

Changing the logging level for Consul

To change the logging level for the Consul process, do the following:

  1. Open the file in a text editor:
    • Windows OS: C:/ProgramData/AxxonSoft/Axxon One/RaFT/cluster/consul/config/main.json.
    • Linux OS: /opt/AxxonSoft/RaFT/data/cluster/consul/config/main.json.
  2. Change the value of the log_level parameter to DEBUG.

    Code Block
    "log_level": "DEBUG"


  3. Save the file:
    • Windows OS: C:/ProgramData/AxxonSoft/Axxon One/RaFT/cluster/consul/config/main.json.
    • Linux OS: /opt/AxxonSoft/RaFT/data/cluster/consul/config/main.json.
  4. Run command prompt as administrator and go to the folder:
    • Windows OSC:/Program Files/RaftLauncher/current/.

    • Linux OS: /opt/AxxonSoft/RaFT/bin/.
  5. Execute the command to restart the process and change the logging level:
    • Windows OS:

      Code Block
      consul.exe reload


    • Linux OS:

      Code Block
      consul reload


Changing the logging level for Nomad

To change the logging level for the Nomad process, do the following:

...