You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to modify the class name pattern to ensure btrace doesn't try to instrument these classes but that hasn't worked
However, the warning seems harmless, and it is not affecting the working of the rest of my application, so i would just like to disable them altogether.
Going through the source code, i suspect this line is printing the warnings. Since the class is named Debug Support, is there any way to disable it ?
The text was updated successfully, but these errors were encountered:
Can you share what Java version is running here?
The exception is pretty weird as the Method instance is made accessible a few lines before and this failure should not really happen.
As for disabling - BTrace is using very unsophisticated logging and all warnings will be printed out, no way do disable them :(
In a near future I might attempt to use SimpleLogger instead and that should provide more configuration knobs for logging.
I'm frequently getting these messages on a springboot project
I have tried to modify the class name pattern to ensure btrace doesn't try to instrument these classes but that hasn't worked
However, the warning seems harmless, and it is not affecting the working of the rest of my application, so i would just like to disable them altogether.
Going through the source code, i suspect this line is printing the warnings. Since the class is named Debug Support, is there any way to disable it ?
The text was updated successfully, but these errors were encountered: