The command "lsof" might help you out here.
lsof | grep $PID |grep .log
or similar should yield you with a list of files that process is accessing.
The command "lsof" might help you out here.
lsof | grep $PID |grep .log
or similar should yield you with a list of files that process is accessing.