S. B. Hunter created USERGRID-1361:
--------------------------------------
Summary: Wrong method `logger.info()` called when trace is enabled
in QueueSubscriptionResource.java
Key: USERGRID-1361
URL: https://issues.apache.org/jira/browse/USERGRID-1361
Project: Usergrid
Issue Type: Improvement
Reporter: S. B. Hunter
I have noticed that the `logger.info()` method is called when trace is enabled
in [this
method|https://github.com/apache/usergrid/blob/1bf227b1b6b3913abaac6c0648d0714fd2cacc93/stack/rest/src/main/java/org/apache/usergrid/rest/applications/queues/QueueSubscriptionResource.java#L74-L84].
To be consistent with other usages such as [this
method|https://github.com/apache/usergrid/blob/1bf227b1b6b3913abaac6c0648d0714fd2cacc93/stack/rest/src/main/java/org/apache/usergrid/rest/applications/queues/QueueSubscriberResource.java#L73-L82],
it should be replaced with `logger.trace()`. (correct me if I am wrong)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)