Click to See Complete Forum and Search --> : logging from X windows


paully1
02-03-2001, 10:09 PM
I'm trying to get Q3Demo running and it's not going very well, actually it won't even start. Is there a way I can log any errors or messages it sends when I try to run the app? If I log out of X right after I try I can see em a little bit, I just want to log it so I can go back see what's happening :)

thanks
paul

TaeShadow
02-03-2001, 10:14 PM
If you run the program from a terminal it should output the messages to the terminal app.

X_console
02-03-2001, 10:38 PM
Run it like this:

program 2> errors.log

paully1
02-03-2001, 10:51 PM
Oh yeah, didn't think about starting it from the term instead. Did it and go the result I wanted.

thanks
paul