From 251299d1c623b4b5ee005c19af8cd8bb966c1436 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Wed, 28 Dec 2022 08:31:46 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 91bdbbd..8035e66 100644 --- a/README.md +++ b/README.md @@ -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.
-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/ ```