[
https://issues.apache.org/jira/browse/KARAF-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14072256#comment-14072256
]
Jean-Baptiste Onofré commented on KARAF-3042:
---------------------------------------------
Fixed on karaf-2.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=8d89ab1e4a204ebf6937ceb75c8dc08d9cff14fd
> 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)