6.2.3. Log Paths
These are the paths to locate and inspect Soluble Agent logs on different operating systems:
6.2.3.1. Windows
C:\Users\{USER}\AppData\Local\OpenCloudFactory\OpenNAC Agent Soluble\Logs\OpenCloudFactory.Agent.Soluble.UI.log
This is the path to locate and inspect the CDN script execution log on Windows:
C:\Users\{USER}\AppData\Local\Temp\OCF_agent_soluble_{DATE}.log
6.2.3.2. MacOS
/Users/{USER}/.local/share/OpenCloudFactory/OpenNAC\ Agent\ Soluble/Logs/OpenCloudFactory.Agent.Soluble.UI.log
This is the path to locate and inspect the CDN script execution log on MacOS:
$TMPDIR/OCF_agent_soluble_{DATE}.log
6.2.3.3. Linux
The Linux Soluble Agent can be launched with or without administrator permissions. The log file’s path changes depending on how it is launched.
Without SUDO permissions:
/home/{USER}/.local/share/OpenCloudFactory/OpenNAC\ Agent\ Soluble/Logs/OpenCloudFactory.Agent.Soluble.UI.log
With SUDO permissions:
/root/.local/share/OpenCloudFactory/OpenNAC\ Agent\ Soluble/Logs/OpenCloudFactory.Agent.Soluble.UI.log
This is the path to locate and inspect the CDN script execution log on Linux:
/tmp/OCF_agent_soluble_{DATE}.log