Meifang Shen created CAMEL-5593:
-----------------------------------

             Summary: The logger name not displayed correctly when error 
handler is loggingErrorHandler
                 Key: CAMEL-5593
                 URL: https://issues.apache.org/jira/browse/CAMEL-5593
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.9.3
            Reporter: Meifang Shen
            Priority: Minor


When input the logger name, as if it againsts the rules, no any prompt message 
to user.
1. If the length of logger name is greater than 30, then it will be only shown 
the last 30 substring, but lose the first several substring.
2. if the logger name like the following string *.*, then only show that after 
dot sign but lose that before dot sign.

Sample
if te logger name is "[===ErrorLog===]ppppppppppppp!@@", then in the log info, 
it is "==ErrorLog===]ppppppppppppp!@@"
if the logger name is "ErrorLog.[===ErrorLog===]", but show the name 
"[===ErrorLog===]".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to