标签: java spring java-ee jersey jersey-2.0
我正在使用Jersey 2的内置LoggingFeature。如何排除要记录的特定端点?
LoggingFeature
例如,我要排除的端点是用于运行状况检查的端点,我想将其排除在外,因为它淹没了我的日志记录。