This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch CAMEL-13505
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/CAMEL-13505 by this push:
new d7a21ff CAMEL-13505: A new tracer
d7a21ff is described below
commit d7a21ff3ed177b3ae39e02d51cd6138d068b2e36
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 29 07:40:47 2019 +0200
CAMEL-13505: A new tracer
---
MIGRATION.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/MIGRATION.md b/MIGRATION.md
index 280c0c0..24e35e3 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -99,6 +99,7 @@ The `properties` component has configuring custom prefix and
suffix tokens remov
The `properties` component has some advanced options removed:
`propertyPrefix`, `propertySuffix`, and `fallbackToUnaugmented`; these options
was never really useable for end users anyway. The option `propertiesResolver`
has also been removed as you should use `PropertiesSource` instead.
+The properties component will now use OS environment variables as perferred
value. This means you can set an OS environment variable which will override
any property values that has been set in property files, JVM system properties
etc. You can configure this with the `environmentVariableMode` option on the
properties component.
### Removed components
@@ -116,9 +117,10 @@ The `test` component has been renamed to `dataset-test`
and moved out of `camel-
We have also renamed `camel-jetty9` to `camel-jetty`.
-### Properties component
+### Tracing
-The properties component will now use OS environment variables as perferred
value. This means you can set an OS environment variable which will override
any property values that has been set in property files, JVM system properties
etc. You can configure this with the `environmentVariableMode` option on the
properties component.
+A new tracer has been implemented and the old tracer has been removed.
+The new tracer logs messages at the `org.apache.camel.Tracing` logger name
which is hardcoded. The format of the output is also updated to make it better.
The tracer can be customized.
### <setHeader> and <setProperty> in XML DSL