Re: [2/3] git commit: CAMEL-6933 Polished the logging information

2013-11-06 Thread Willem jiang
Sorry of the System.out, I will remove shortly. Now I see you point. Maybe we can introduce some logging feature in the DefaultCamelContext to let check the setting of System properties to find out which setting could affect the camel runtime. I just fill JIRA[1] for it, please feel free to add

Re: [2/3] git commit: CAMEL-6933 Polished the logging information

2013-11-06 Thread Claus Ibsen
Thanks for the INFO logging. I like when we log that on startup when something like that which is often under the covers configured and people don't know about it, or its set on a JVM argument that people can't normally see etc. There is a System.out that snug in there ;) On Wed, Nov 6, 2013 at

Re: [1/2] git commit: CAMEL-6933 Support Xerces global features configuration

2013-11-06 Thread Willem jiang
Good suggestion. I will updated the code with these log information. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willem

Re: [1/2] git commit: CAMEL-6933 Support Xerces global features configuration

2013-11-06 Thread Claus Ibsen
Hi It would be nice if we could log one time at INFO level all the xml features that was configured, so end users can see that. You could put all those into a List and then log that once. So the logging don't get too verbose. On Tue, Nov 5, 2013 at 9:50 AM, wrote: > Updated Branches: > refs