Skip to content
Advertisement

Disable Spring Boot Webclient logs

I want to build a simple Spring Web Client who send message from stdin but the WebClient show all debug informations on stdout.

How to disable the logs generated by Webclient ?

Code of the client

JavaScript

Advertisement

Answer

you can customize your logs as you want. as the image you mention,
Go to the application.properties put logger values to disable as OFF [io.netty]

JavaScript

do you want to fully disable all logs from your project, disable root below.

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement