Вопрос

I have written an HTTP server using netty framework. I have done logging for the HTTP server (). I also want to enable the logging done inside the netty code.What steps do I need to follow to print the log statements of the netty code?

Это было полезно?

Решение

Just configure the InternalLoggerFactory of needed and set the right delegation. By default it will first try to use slf4j, log4j and then JUL.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top