Getting debug logs from consul

Hi i am alwasy getting below type of logs each and every day, how can i stop that if someone know the solution for this one ,please share with me

Feb 14 07:01:30 vault-1 consul[390]:     2022-02-14T07:01:30.332Z [DEBUG] agent.http: Request finished: method=GET url=/v1/kv/vault/core/lock from=127.0.0.1:48590 latency=2.492394ms
Feb 14 07:01:30 vault-1 consul[390]:     2022-02-14T07:01:30.390Z [DEBUG] agent.http: Request finished: method=GET url=/v1/kv/vault/core/lock from=127.0.0.1:48590 latency=2.184382ms
Feb 14 07:01:30 vault-1 consul[390]:     2022-02-14T07:01:30.445Z [DEBUG] agent.http: Request finished: method=GET url=/v1/kv/vault/core/lock from=127.0.0.1:48590 latency=2.368589ms

log_level

Is there have any way to do it with 0 down time??

Do you only have 1 consul server? You should be able to reload_config or kill HUP the process. You should really have an odd number of instances so stuff like this doesn’t interrupt anything effect uptime.

Thanks a lot for ur kindly support …