You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/17 11:07:30 UTC

[camel-examples] branch master updated: Update

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 81da112  Update
81da112 is described below

commit 81da1120bd6acf8d72c78f88454aa4f25d71ced6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 17 12:07:12 2021 +0100

    Update
---
 examples/flight-recorder/.gitignore  | 1 +
 examples/flight-recorder/README.adoc | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/flight-recorder/.gitignore b/examples/flight-recorder/.gitignore
new file mode 100644
index 0000000..bf16d50
--- /dev/null
+++ b/examples/flight-recorder/.gitignore
@@ -0,0 +1 @@
+*.jfr
\ No newline at end of file
diff --git a/examples/flight-recorder/README.adoc b/examples/flight-recorder/README.adoc
index 651c88d..ef301f6 100644
--- a/examples/flight-recorder/README.adoc
+++ b/examples/flight-recorder/README.adoc
@@ -17,10 +17,10 @@ You can run this example using
 $ mvn camel:run
 ----
 
-And then after Camel has been started up, a recording is saved to disk, where you can see
+And then after Camel has been started up, a recording is saved to disk (current directory), where you can see
 from the logs the location of the file, such as:
 
-    Flight recorder recording saved: /Users/davsclaus/camel-recording13093057117733087947.jfr
+    Flight recorder recording saved: ./camel-recording13093057117733087947.jfr
 
 You can then open this `jfr` file in JDK Mission Control and browse the information.
 In the Event Browser you can find the Camel Startup events, which can help pin-point to where