Location of XEA logs in a Mac. (XEA stands for Xray Exploratory App)
-
I am to provide the logs of a tool named Xray Exploratory App (XEA) and it is installed in a Mac
The path of this tool in a Windows system is: C:\Users\AppData\Roaming\Xray Exploratory App\logs
I have tried several find commands, searching in the output of a tree one of the latests commands that I tried was:
find / -name Xray* 2>&1 | grep -v "Operation not permitted" | grep -v "Permission denied"
Even with that I couldn't locate the directory. Could you give some good advice?
-
After several strategies to find it, the location (in MacOS BigSur 11.4) is:
~/Library/Logs/Xray Exploratory App/main.log
Hope that helps.
-
Hi @amarantha,
there are two directories/files:/Users/<your user>/Library/ApplicationSupport/Xray\ Exploratory\ App/logs/
and
~/Library/Logs/Xray Exploratory App/main.log