RE: DefaultErrorHandler not logging to specific log file

2022-11-25 Thread Tasi, Erne
: DefaultErrorHandler not logging to specific log file Hi Use, dead letter channel to send the message to a log endpoint of your choice, such as log:error. That is essentially what the log error handler did. https://camel.apache.org/manual/error-handler.html On Fri, Nov 25, 2022 at 2:01 PM Tasi

Re: DefaultErrorHandler not logging to specific log file

2022-11-25 Thread Claus Ibsen
Hi Use, dead letter channel to send the message to a log endpoint of your choice, such as log:error. That is essentially what the log error handler did. https://camel.apache.org/manual/error-handler.html On Fri, Nov 25, 2022 at 2:01 PM Tasi, Erne wrote: > Hello All, > > We are using Camel in K