Redirecting icepacknode output

in Help Center
Is there a way to redirect the output of a icepacknode on a node by node basis.
Specifically I have a number of servers now running as icepacknodes. These servers produces copious amounts of output on stderr (and some on stdout), and when I started them by hand I typically redirected this output to files. I would like to be able to do the same (redirect the output to different files, according to the various servers) now that the executables are started as icepacknodes.
The only things I've been able to find are options allowing me to redirect stder to stdout (IcePack.Node.RedirectErrToOut), and some options regaring Ice.Logger, which I assume would require me to rewrite all my output to use the logger facility.
mvh
Nis
Specifically I have a number of servers now running as icepacknodes. These servers produces copious amounts of output on stderr (and some on stdout), and when I started them by hand I typically redirected this output to files. I would like to be able to do the same (redirect the output to different files, according to the various servers) now that the executables are started as icepacknodes.
The only things I've been able to find are options allowing me to redirect stder to stdout (IcePack.Node.RedirectErrToOut), and some options regaring Ice.Logger, which I assume would require me to rewrite all my output to use the logger facility.
mvh
Nis
0
Comments
Take care,
- Mark