Grizzly Standalone Logging

前端 未结 3 1037
余生分开走
余生分开走 2020-12-19 07:06

i have setup a standalone grizzly/jersey server using maven and referencing the following dependencies


  org.glassfish.griz         


        
3条回答
  •  借酒劲吻你
    2020-12-19 07:39

    Grizzly uses JDK logging API. Not sure why it doesn't work for you, double check that java.util.logging.config.file property is getting properly resolved.

提交回复
热议问题