Update README.md

This commit is contained in:
Arseniy Kuznetsov
2022-12-28 08:31:46 +01:00
parent 14f56c304c
commit 251299d1c6
+1 -2
View File
@@ -92,8 +92,7 @@ If you want more control over managing your routers' logs, such a specific file-
```
docker-compose -f ./docker-compose-mktxp-stack-fs-logs.yml up -d
```
This configuration makes it easy to implement log rotation or any additional management / cleanup functionality on top. <br>
By default, the devices' logs will be send to `syslog-ng/logs/` where you can check it out with:
This configuration makes it easy to implement log rotation or any additional management / cleanup functionality on top. By default, the devices' logs will be send to `syslog-ng/logs/` where you can check it out with:
```
ls -l syslog-ng/logs/
```