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" |
consul.exe reload |
To change the logging level for the Nomad process, do the following:
Change the value of the log_level parameter to DEBUG.
"log_level": "DEBUG" |
nomad.exe 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.