From 7a13aea64b2844d56e144eed195318a1c823f20a Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 2 Jan 2023 15:22:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c17c0b4..706d3fe 100644 --- a/README.md +++ b/README.md @@ -92,6 +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 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/ @@ -106,6 +107,9 @@ volumes: device: $PWD/syslog-ng/logs ``` +💡 *For newly added log files, it might take a while to appear in the dashboard.
+In case this happens, an easy solution is to restart the promtail container via `docker restart promtail`* + ### MKTXP Exporter only Finally, in case you need just MKTXP Exporter functionality and no logs: ```