Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 apache tomcat 上部署了一个基于 Jersey 的 REST 服务。我想记录对调查提出的原始请求/响应。我要查找的数据是 URL 和正文(在 POST/PUT 消息的情况下)。
如何启用此日志记录?