You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/06/13 11:01:25 UTC

[jira] [Created] (KARAF-3042) Add a variable (false by default) to enable redirect to karaf.out

Jean-Baptiste Onofré created KARAF-3042:
-------------------------------------------

             Summary: Add a variable (false by default) to enable redirect to karaf.out
                 Key: KARAF-3042
                 URL: https://issues.apache.org/jira/browse/KARAF-3042
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.4.0, 4.0.0, 3.0.2, 2.3.6


Using bin/start to start Karaf means that the System.out/System.err are redirected to data/karaf.out.

The problem is that this redirection is by default (so the users may not know about the karaf.out file) and there is not rotation or so on this file: it means that, in production, it keeps on growing:

{code}
exec "$KARAF_HOME"/bin/karaf server "$@" >> "$KARAF_DATA/karaf.out" 2>&1 &
{/code}

It would be great to send to /dev/null by default, and add a variable to enable the redirect (in karaf.out or any file defined by the user).



--
This message was sent by Atlassian JIRA
(v6.2#6252)