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 3f3e03a  Polished
3f3e03a is described below

commit 3f3e03a21d89ae2aa71640e83ce1c7dee57ee491
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 18 09:02:00 2021 +0100

    Polished
---
 examples/flight-recorder/src/main/resources/application.properties | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/flight-recorder/src/main/resources/application.properties 
b/examples/flight-recorder/src/main/resources/application.properties
index 7e59fdb..95e3fee 100644
--- a/examples/flight-recorder/src/main/resources/application.properties
+++ b/examples/flight-recorder/src/main/resources/application.properties
@@ -20,10 +20,8 @@
 camel.main.name = MySlowCamel
 
 # enable startup recorder which can be logging or java-flight-recorder
-# will autodetect camel-jfr from classpath and enable java-flight-recorder
 # however this can be turned off by setting the option to false, or change to 
logging
-#camel.main.startup-recorder = false
-#camel.main.startup-recorder = logging
+camel.main.startup-recorder = java-flight-recorder
 
 # automatic start a JFR recording and dump it to disk after Camel is started
 camel.main.startup-recorder-recording = true

Reply via email to