Implement net.bytebuddy.asm.Advice.ExceptionHandler to log exceptions in agent log #841
Labels
diagnostics
Diagnosability of the agent itself
logging
application logging instrumentation and support
technical-debt
Technical debt
Currently, we are using
net.bytebuddy.asm.Advice.ExceptionHandler.Default#PRINTING
which means the exceptions may not be in the agent logs. We should create a customnet.bytebuddy.asm.Advice.ExceptionHandler
which logs the exception with the agent logger.If possible make that generic enough so that we can contribute that to Byte Buddy
The text was updated successfully, but these errors were encountered: