You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2018/06/25 10:03:03 UTC

[GitHub] jena pull request #439: JENA-1565: Print the throwable and stacktrace

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/439

    JENA-1565: Print the throwable and stacktrace

    

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

    $ git pull https://github.com/afs/jena jul-throwable

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

    https://github.com/apache/jena/pull/439.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 #439
    
----
commit 842b4a7ffc3492e31c28230cb5a976706a79e9f7
Author: Andy Seaborne <an...@...>
Date:   2018-06-25T10:00:07Z

    JENA-1565: Print the throwable and stacktrace

----


---

[GitHub] jena issue #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439
  
    > Do you want this in 3.8.0?
    
    It is not vital but it would be helpful. I have been using it elsewhere as a try-out for whether it's viable for Jena itself as a minimal default.
    



---

[GitHub] jena issue #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439
  
    Do you want this in 3.8.0?


---

[GitHub] jena issue #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439
  
    Thanks!


---

[GitHub] jena pull request #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439


---

[GitHub] jena issue #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439
  
    @afs If you want to merge this now I was about to cut the RC for 3.8.0


---

[GitHub] jena issue #439: JENA-1565: Print the throwable and stacktrace

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

    https://github.com/apache/jena/pull/439
  
    This is a direct fix of the problem. While the JUL support isn't used by Jena itself, I have used it elsewhere for simple logging for testing and for servers.
    
    For more controlled logging, a specific package would be used to provide the slf4j implementation for Jena to see if, long term, it can be a simple default for Jena, dropping the now discontinued log4j in cases where Jena needs an output channel.


---