Skip to content

Commit

Permalink
feat(): polish intergration evironment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Nov 19, 2024
1 parent 2b0ad66 commit c0126bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0126bf

Please sign in to comment.