[ 
https://issues.apache.org/jira/browse/KARAF-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071872#comment-14071872
 ] 

Jean-Baptiste Onofré commented on KARAF-3042:
---------------------------------------------

Fixed on master: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=a48472e4bb033f51485f44d8c68c587cd212524b

> 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: Improvement
>          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)

Reply via email to