From c0126bfca1405df518870aaba92a6c0279a42c05 Mon Sep 17 00:00:00 2001 From: Christian_Yemele Date: Tue, 19 Nov 2024 12:03:40 +0100 Subject: [PATCH] feat(): polish intergration evironment --- docs/environment-setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/environment-setup.md b/docs/environment-setup.md index 1c95b638..25498c3b 100644 --- a/docs/environment-setup.md +++ b/docs/environment-setup.md @@ -26,10 +26,14 @@ curl -X GET http://0.0.0.0:8080/ \ ``` ## Step 4: Logging And Monitoring -to monitor the logs run the command +For real time monitoring of the logs run the command ```sh docker logs -f didcomm-mediator ``` +Or save them in a file using the command +```sh +docker logs didcommm-mediator > mediator.log +``` ## Step 5: Cleanup To Stop and remove the environment