linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.75k stars 275 forks source link

Only print error message, do not log exception in error message. #2748

Closed SophieGuo410 closed 7 months ago

SophieGuo410 commented 7 months ago

Currently exception ticket will find the Exception key word and treat this error message as exception. With this change, the exception message it self won't be logged, so we leverage the error message only and don't treat it as an exception.