[
https://issues.apache.org/jira/browse/ISIS-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber resolved ISIS-2853.
------------------------------
Resolution: Fixed
To activate debug logging for all REST endpoints, one can use
{code:java}
System.setProperty("logging.level.org.apache.isis.viewer.restfulobjects.viewer.resources.*",
"debug");
{code}
or any command line equivalent, when launching the App of interest.
This should log both, the request path and its corresponding response body (or
error if any).
> Cover all RO Viewer Endpoints with Debug Logging
> ------------------------------------------------
>
> Key: ISIS-2853
> URL: https://issues.apache.org/jira/browse/ISIS-2853
> Project: Isis
> Issue Type: Improvement
> Components: Isis Viewer RO
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M6
>
>
> All @Path resources should allow to log what the request was and what
> response is being produced.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)