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/06 22:07:00 UTC

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

James Bognar created JUNEAU-198:
-----------------------------------

             Summary: 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


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)