How can I disable logging in Restlet 2.0?

前端 未结 6 797
梦如初夏
梦如初夏 2021-01-21 16:20

I simply want to disable Restlet\'s logging to stdout/stderr in my project and forward all Restlet logging through the SLF4J facade provided by org.restlet.ext.slf4j. Is there a

6条回答
  •  轮回少年
    2021-01-21 17:10

    I tend to use the jul-to-slf4j bridge, but you can get other configurations, as described on the Restlet Wiki.

提交回复
热议问题