Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Prevent SkyMACMate software from filling console.log' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Prevent SkyMACMate software from filling console.log
Authored by: dbs on Jun 07, '07 08:20:51AM

Can you just redirect its output to /dev/null when you launch it?

I.e., from the Terminal:

/Applications/ProgramName.app/Contents/MacOS/AppName &> /dev/null

That will direct any output the program generates to /dev/null which will get rid of it.

This might be simpler, and won't get rid of any other logs.



[ Reply to This | # ]