Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent ac62ea0 commit fe37c38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/lxc_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down

0 comments on commit fe37c38

Please sign in to comment.