0
I have some specific software - a console to access remote equipment. At some time it's UI starts to slow down too much (not because lack of resources but because some bug in that program). Developer asked me to give him an strace log in that particular moment. I've done such log, but for now I'm worrying if there is some private data (logins, passwords, ips) which I cannot provide to third-party person. So I have my question - do strace log contains such information? And if so can I remove it and how? I tried to look through logfile I've made. but found nothing familiar. Need some help in that question.