Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Using the AspectJ load time weaver with Jetty

Andy,

setting the custom message handler is something that we are doing on purpose and the KamonWeaverMessageHandler class [1] in fact is a IMessageHandler, which works nicely in other non-servlet environments. Removing the -XmessageHandlerClass option makes it work fine again, but I guess that there should be a way to make it work the same way as with a regular application, do you think it is possible to achieve that?

[1] https://github.com/kamon-io/Kamon/blob/master/kamon-core/src/main/scala/kamon/weaver/logging/KamonWeaverMessageHandler.scala

Back to the top