You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/03/18 19:51:00 UTC

[jira] [Closed] (JUNEAU-198) Need improved ability to turn on debug in REST via environment variables.

     [ https://issues.apache.org/jira/browse/JUNEAU-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Bognar closed JUNEAU-198.
-------------------------------
    Fix Version/s: 8.1.4
         Assignee: James Bognar
       Resolution: Fixed

> Need improved ability to turn on debug in REST via environment variables.
> -------------------------------------------------------------------------
>
>                 Key: JUNEAU-198
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-198
>             Project: Juneau
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 8.1.3
>            Reporter: James Bognar
>            Assignee: James Bognar
>            Priority: Major
>             Fix For: 8.1.4
>
>
> Need the ability to turn on debug in REST via environment variables (e.g. debug=MyServlet.myMethod)
> Maybe have the default value for debug settable like this:
> {code:java}
> @Rest(debug="$Contains{$E{debug},$R{simpleMethodName}}")
> {code}
> Make sure it works at the method level though.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)