I agree with that statement for servers. I guess my interest currently
is using node.js in unix pipelines where this is not true.
Does any standard specify the behaviour and capabilities of console?
What would a convention of rebinding console.log to stderr look like?
Should it be up to every top-level app to decide, or should there be
support in the node API itself?
jon.
Thanks for that information. I guess the issue remains that the java
script idiom is to use console.log for unstructured sideband info and
this conflicts with a desire to use node.js in a unix pipeline.
I think it wuld be a big ask to get module writers to stop using
console.log for this sort of information, but it would be a shame if
node.js neutered itself as a unix pipeline component because of this
problem. So, it would be nice if there was a standard way to resolve
the issue.
jon.