You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2018/06/07 22:00:48 UTC

[GitHub] activemq-artemis pull request #2129: ARTEMIS-1917 support logging HTTP acces...

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2129

    ARTEMIS-1917 support logging HTTP access

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1917

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2129.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2129
    
----
commit 968a850e5a3f1c0b4a5ce637b1737f0d793f6e3a
Author: Justin Bertram <jb...@...>
Date:   2018-06-07T21:59:47Z

    ARTEMIS-1917 support logging HTTP access

----


---

[GitHub] activemq-artemis pull request #2129: ARTEMIS-1917 support logging HTTP acces...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/2129


---

[GitHub] activemq-artemis issue #2129: ARTEMIS-1917 support logging HTTP access

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2129
  
    This is just a way to enable logs for HTTP access.  The logging is done on local disk, and there is no way to access the log from a remote client.


---

[GitHub] activemq-artemis issue #2129: ARTEMIS-1917 support logging HTTP access

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2129
  
    I'm confused.. if you access the web with /requestLogs you will have the output of the server logs? 
    
    isn't that dangerous? is there any security concern?



---