Skip to content

Commit

Permalink
Update README.md (open-telemetry#115)
Browse files Browse the repository at this point in the history
fixed to render prettily on github
  • Loading branch information
mic-max committed Jun 6, 2022
1 parent 6f32d9a commit 0fba20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/productcatalogservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
When this service is run the output should be similar to the following

```json
productcatalogservice | {"message":"successfully parsed product catalog json","severity":"info","timestamp":"2022-06-02T23:54:10.191283363Z"}
productcatalogservice | {"message":"starting grpc server at :3550","severity":"info","timestamp":"2022-06-02T23:54:10.191849078Z"}
{"message":"successfully parsed product catalog json","severity":"info","timestamp":"2022-06-02T23:54:10.191283363Z"}
{"message":"starting grpc server at :3550","severity":"info","timestamp":"2022-06-02T23:54:10.191849078Z"}
```

0 comments on commit 0fba20c

Please sign in to comment.