Change the severity level of logs sent to VPS #2
Last Updated:
July 07, 2026
- Log into VPS #1 as fldengr.
- Change the directory to playbooks.
$ cd /home/docker/cloud-service-scripts/playbooks/ - Run log playbook selecting highest severity level desired for server:
./config-central-debug-mode.sh <on/off> <trace/debug/info/warning/error>The options are:- off – Stops sending all logs to VPS #2.
- on trace – Default level; all logs are sent to VPS #2.
- on debug – All logs debug or greater are sent to VPS #2.
- on info – All logs info or greater are sent to VPS #2.
- on warn – All logs warn or greater are sent to VPS #2.
- on error – Only error logs sent to VPS #2.
- Enter management IP address of server when prompted (* will update all servers).
