Re: Debugging NSDistributedNotificationCenter

2008-10-30 Thread Chris Kane
As of Leopard, you need to do this: sudo touch /var/log/do_dnserver_log sudo touch /var/log/dnserver.log sudo chown daemon /var/log/dnserver.log as the daemon can't create that file itself in that location any longer. But you can find the logs in the "system.log" in Console.app. Chris Kane Co

Debugging NSDistributedNotificationCenter

2008-10-25 Thread Jeff Johnson
I'm using NSDistributedNotificationCenter to deliver notifications from a helper application to the main application. I followed the instructions from , i.e., sudo touch /var/log/do_dnserver_log and restart, but this doesn't