Skip to content

Commit

Permalink
README debug flag update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoMajic committed Mar 30, 2024
1 parent 82f9b1e commit 88d6335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ treblle.endpoint=<OPTIONAL_ENDPOINT_URL> # Default is https://rocknrolla.treblle
treblle.apiKey=<API_KEY>
treblle.projectId=<PROJECT_ID>
treblle.filter-order=<ORDER_OF_TREBLLE_FILTER> # Default Ordered.LOWEST_PRECEDENCE - 10, similar to Springs HttpTraceFilter
treblle.debug=false # Default is false
```

In case you are using the `application.yml` file:
Expand All @@ -130,7 +131,8 @@ treblle:
endpoint: <OPTIONAL_ENDPOINT_URL> # Default is https://rocknrolla.treblle.com
api-key: <API_KEY>
project-id: <PROJECT_ID>
treblle.filter-order: <ORDER_OF_TREBLLE_FILTER> # Default Ordered.LOWEST_PRECEDENCE - 10, similar to Springs HttpTraceFilter
filter-order: <ORDER_OF_TREBLLE_FILTER> # Default Ordered.LOWEST_PRECEDENCE - 10, similar to Springs HttpTraceFilter
debug: false # Default is false
```
That's it. Your API requests and responses are now being sent to your Treblle project.
Expand Down

0 comments on commit 88d6335

Please sign in to comment.