Re: Redirect output of Linux Dominions server to logfile?
Thanks for the replies. I appreciate your help.
I already played with the tee command but that doesn't work either. Dominions is behaving funky in server mode...
Even if I just call it from the cmdline with:
dom2 -bunchOfParameters | cat
the output is lost.
But if I run:
dom2 --help 2>&1| tee logfile
it runs perfectly fine.
Hmm. I don't know. It should work. Is this really working for you guys? Then there's probably something wrong with my system.
I already heard about the screen command and will look into it tonight. I would prefer to read a logfile but this might be better than no log at all...
[ April 19, 2004, 07:58: Message edited by: BugRoger ]
|