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.
To change the logging level for the Consul process, do the following:
Change the value of the log_level parameter to DEBUG.
"log_level": "DEBUG" |
Windows OS: C:/Program Files/RaftLauncher/current/.
Windows OS:
consul.exe reload |
Linux OS:
consul reload |
To change the logging level for the Nomad process, do the following:
Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/nomad/config/misc.json.
Change the value of the log_level parameter to DEBUG.
"log_level": "DEBUG" |
Windows OS: C:/ProgramData/Grundig/C-Werk/RaFT/cluster/nomad/config/misc.json.
Windows OS: C:/Program Files/RaftLauncher/current/.
Windows OS:
nomad.exe reload |
Linux OS:
nomad 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.