From fe37c38fcd6ce057ca1d9fe667f7887810f1ebbc Mon Sep 17 00:00:00 2001 From: fab Date: Mon, 19 Aug 2024 01:18:53 +0200 Subject: [PATCH] Update README.md --- docs/lxc_autoscale/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/lxc_autoscale/README.md b/docs/lxc_autoscale/README.md index 299584e..8fb98e8 100644 --- a/docs/lxc_autoscale/README.md +++ b/docs/lxc_autoscale/README.md @@ -210,11 +210,10 @@ To view the logs in real-time: tail -f /var/log/lxc_autoscale.log ``` -For the JSON logs - -, which provide detailed information about resource changes, you can use `jq` for better readability: +For the JSON log install and use `jq` for better readability: ```bash +apt install jq -y cat /var/log/lxc_autoscale.json | jq . ```