Go to documentation repository
...
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.
| Code Block |
|---|
"log_level": "DEBUG" |
Windows OS: C:/Program Files/RaftLauncher/current/.
Windows OS:
| Code Block |
|---|
consul.exe reload |
Linux OS:
| Code Block |
|---|
consul reload |
To change the logging level for the Nomad process, do the following:
...