Skip to content

Commit

Permalink
Logrotate: Specify size unit
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed Aug 12, 2024
1 parent 5ff7810 commit b81d5b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/logrotate/logrotate_hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ config logrotate <syslog|debug> size <size>
**The following command display log rotate configuration:**
```bash
root@sonic:/home/admin# show logrotate
file disk-percentage frequency max-number size
------ ----------------- ----------- ------------ ------
syslog 10.2 daily 10 20.0
debug 50.5 weekly 20 10.0
file disk-percentage frequency max-number size (MiB)
------ ----------------- ----------- ------------ ----------
syslog 10.2 daily 10 20.0
debug 50.5 weekly 20 10.0
```

## 2.4 YANG model
Expand Down

0 comments on commit b81d5b9

Please sign in to comment.