GUI applications logging to stdout will go to /var/log/system.log on Mac OS X platform.
But this does not seem to be the right place to log Debug information as
14.02.09 13:10:21 [0x0-0xab0ab].PasswordSafeSWT[1848] 14.02.2009 13:10:21 org.pwsafe.passwordsafeswt.PasswordSafeJFace main
14.02.09 13:10:21 [0x0-0xab0ab].PasswordSafeSWT[1848] INFO: PasswordSafe starting...
Could you please consider to put the (rotating) logs on Mac's either in
$HOME/Library/Logs/PasswordSafeSWT.log
or
$HOME/Library/Logs/PasswordSafeSWT/<some_name>.log</some_name>
Thanks.
A sensible request, but:
I had a shot as this, but the standard Java logging framework used by jpwsafe does not provide the user name, only his home directory.
We would have to do some twiggling in order to save this in a multiuser compatible way. I would not like to introduce new bugs before version 0.8 final.
I suggest revisiting for next version.
Cheers,
David