...
- 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.
Change the value of the log_level parameter to DEBUG.
| Code Block |
|---|
"log_level": "DEBUG" |
- Save the file:Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/consul/config/main.json.
- Linux OS: /opt/Grundig/RaFT/data/cluster/consul/config/main.json.
- Run command prompt as administrator and go to the folder: Windows OS: C:/Program Files/RaftLauncher/current/.
- Linux OS: /opt/Grundig/RaFT/bin/.
- Execute the command to restart the process and change the logging level:Windows OS:
| Code Block |
|---|
consul.exe reload |
Linux OS:
Changing the logging level for Nomad
...
- Open the file in a text editor: Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/nomad/config/misc.json.
- Linux OS: /opt/Grundig/RaFT/data/cluster/nomad/config/misc.json.
Change the value of the log_level parameter to DEBUG.
| Code Block |
|---|
"log_level": "DEBUG" |
- 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.
- Run command prompt as administrator and go to the folder: Windows OS: C:/Program Files/RaftLauncher/current/.
- Linux OS: /opt/Grundig/RaFT/bin/.
- Execute the command to restart the process and change the logging level:Windows OS:
reloadLinux OS:
| Code Block |
nomad
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.