From 88d63350966491b7cea7c41c11d66398dcbd00b5 Mon Sep 17 00:00:00 2001 From: Ivo Majic <1269362+IvoMajic@users.noreply.github.com> Date: Sat, 30 Mar 2024 21:48:48 +0100 Subject: [PATCH] README debug flag update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d63a2a1..339ce86 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ treblle.endpoint= # Default is https://rocknrolla.treblle treblle.apiKey= treblle.projectId= treblle.filter-order= # Default Ordered.LOWEST_PRECEDENCE - 10, similar to Springs HttpTraceFilter +treblle.debug=false # Default is false ``` In case you are using the `application.yml` file: @@ -130,7 +131,8 @@ treblle: endpoint: # Default is https://rocknrolla.treblle.com api-key: project-id: - treblle.filter-order: # Default Ordered.LOWEST_PRECEDENCE - 10, similar to Springs HttpTraceFilter + filter-order: # 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.