Versions Compared

Key

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

...

  1. Open the file in a text editor: Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/consul/config/main.json.Linux OS: /opt/Grundig/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/Grundig/C-Werk/RaFT/cluster/consul/config/main.json.
  4. Linux OS: /opt/Grundig/RaFT/data/cluster/consul/config/main.json.
  5. Run command prompt as administrator and go to the folder: Windows OSC:/Program Files/RaftLauncher/current/.
  6. Linux OS: /opt/Grundig/RaFT/bin/.
  7. 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

...

  1. Open the file in a text editor: Windows OSC:/ProgramData/Grundig/C-Werk/RaFT/cluster/nomad/config/misc.json.
  2. Linux OS: /opt/Grundig/RaFT/data/cluster/nomad/config/misc.json.
  3. Change the value of the log_level parameter to DEBUG.

    Code Block
    "log_level": "DEBUG"


  4. Save the file:Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/nomad/config/misc.json.Linux OS: /opt/Grundig/RaFT/data/cluster/nomad/config/misc.json.
  5. Run command prompt as administrator and go to the folder: Windows OSC:/Program Files/RaftLauncher/current/.
  6. Linux OS: /opt/Grundig/RaFT/bin/.
  7. Execute the command to restart the process and change the logging level:Windows OS:
    Code Block
    nomad.exe
    reload

    Linux OS:

    Code Blocknomad
     reload

As a result, the process will restart and from the moment it restarts, the detailing in the logs will increase because the logging level will change to Debug.