Skip to content

Commit

Permalink
added example csv entry
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangoerdes committed Aug 30, 2023
1 parent 377d152 commit 39b85fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/examples/logging/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ To run the example execute the following steps:

1. Go to the `examples/logging-csv` directory.

2. Execute `service-proxy.bat`
2. Execute `service-proxy.sh` or service-proxy.bat`

3. Open the URL http://localhost:2000 in your browser.

4. Look into the file `log.csv` that is created in the `logging-csv` directory.
4. Look into the file `log.csv` that is created in the `logging-csv` directory. You should see something like `200;2023-08-30 14:51:25.760;:2000;GET;/shop/v2/;ip6-localhost;null;;unknown;application/json;unknown;613;

---
See:
Expand Down

0 comments on commit 39b85fd

Please sign in to comment.