that is output by the jvm and clojure has no control over it.

On Fri, Mar 12, 2010 at 4:04 PM, Michael Gardner <gardne...@gmail.com> wrote:
> I noticed that when I set JAVA_TOOL_OPTIONS, clojure outputs the following to 
> STDERR before it runs my code:
>
> Picked up JAVA_TOOL_OPTIONS: ...
>
> This interferes with e.g. running clojure scripts as cron jobs, since it's 
> common to rely on the presence of output on STDERR to signal errors.
>
> Obviously one can work around this with IO redirection plus grep or tail, but 
> that's ugly and a pain. Is there a way to turn off this output entirely, or 
> at least to get clojure to put it on STDOUT instead?
>
> -Michael
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to