Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Websockets logging during native image build
This gets rid of the following messages when building the native image: ``` 16:32:37,255 INFO [io.und.websockets] UT026004: Adding annotated client endpoint class io.quarkus.it.websocket.CodingClient 16:32:37,260 INFO [io.und.websockets] UT026003: Adding annotated server endpoint class io.quarkus.it.websocket.RecodingSocket for path /recoder 16:32:37,260 INFO [io.und.websockets] UT026003: Adding annotated server endpoint class io.quarkus.it.websocket.EchoSocket for path /echo 16:32:37,260 INFO [io.und.websockets] UT026003: Adding annotated server endpoint class io.quarkus.it.websocket.WebSocketOpenEndpoint for path /wsopen 16:32:37,367 INFO [io.und.websockets] UT026005: Adding programmatic server endpoint class io.quarkus.it.websocket.AddWebSocketHandler$WebSocketEndpoint for path /added-dynamic ```
- Loading branch information