[
https://issues.apache.org/jira/browse/JENA-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627021#comment-16627021
]
ASF GitHub Bot commented on JENA-1607:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/472
JENA-1607: Protect stdout, stderr from being closed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena logging-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/472.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 #472
----
commit a1c2d14ab5c14ee3affddc2523f81c40698e92d2
Author: Andy Seaborne <andy@...>
Date: 2018-09-25T08:47:43Z
JENA-1607: Protect stdout, stderr from being closed
----
> Java util logging closes stdout or sterr if they are the output route.
> ----------------------------------------------------------------------
>
> Key: JENA-1607
> URL: https://issues.apache.org/jira/browse/JENA-1607
> Project: Apache Jena
> Issue Type: Bug
> Affects Versions: Jena 3.8.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.9.0
>
>
> Java util logging closes whatever is the output stream; this happens in
> {{java.util.logging.StreamHandler}}.
> When the output is stdout or stderr, re-initializing logging, even by
> accident, cause all output to go silent.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)