Closed ztkmkoo closed 4 years ago
@vincentj2
Can you give me some advice? I have to create a new logback.xml file or just modify an extisting one?
@vincentj2 the logback.xml would be overwrote when final user create the logback file in their project.
I think, we could set the loglevel in DssRestServer.
So,
See io.github.ztkmkoo.dss.core.network.rest.DssRestChannel
It config netty loglevel default as debug level. By the way, i can config the log level in the service project with create new logback.xml file(so we can see thenetty debug log), but it is necessary to make config log level possible.
How bout implementing a new log level enumeration mapping netty log level(io.netty.handler.logging.LogLevel) and let's pass the parameter to DssRestServer constructure.