Go to documentation repository
...
| Section | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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:
기본적으로 Consul 및 Nomad 프로세스의 로깅 수준은 정보로 설정됩니다 (로깅 수준 구성 참고). 디버깅 이벤트를 기록하려면 Consul 및 Nomad 프로세스의 로깅 수준을 디버그로 변경해야 합니다.
Consul 프로세스의 로깅 수준을 변경하려면 다음을 수행합니다.
Change the value of the log_level parameter to DEBUG매개변수의 값을 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:
Nomad 프로세스의 로깅 수준을 변경하려면 다음을 수행합니다.
Windows OS: C:/ProgramData/AxxonSoft/Axxon One/RaFT/cluster/nomad/config/misc.json.
Change the value of the log_level parameter to DEBUG매개변수의 값을 DEBUG로 변경합니다.
| Code Block |
|---|
"log_level": "DEBUG" |
Windows OS: C:/ProgramData/AxxonSoft/Axxon One/RaFT/cluster/nomad/config/misc.json.
Windows OS: C:/Program Files/RaftLauncher/current/.
Windows OS:
| Code Block |
|---|
nomad.exe reload |
Linux OS:
| Code Block |
|---|
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결과적으로 프로세스가 다시 시작되고 다시 시작되는 순간부터 로깅 수준이 디버그로 변경되므로 로그의 세부 정보가 늘어납니다.