|
Generally, you can look at the /var/log folder or grep recursively for a pattern, otherwise you can use "last" command to get the latest system events.
In /var/log/wtmp is the binary, the application itself doesn't writes log files, as far as I know.
The other solution could be to write custom script to intercept those commands, and to write to a custom log file and location.
|