When a 360Eyes job fails, the execution log stored in the Tomcat logs folder is the fastest way to diagnose the issue.
This guide explains how logs are named, where they are stored, and how to quickly find the right file.
The 360Suite interface displays task logs, and users can also download them directly from the UI.
These task logs include useful information such as:
However, task logs are not complete. They represent only a subset of what actually happened during execution.
For effective troubleshooting, especially when collaborating with Wiiisdom Support, you must provide the full job log file stored in the Tomcat logs directory.
This file contains:
The full log is the authoritative source required to analyze failures and performance issues.
All 360Eyes job logs are located inside the Tomcat logs directory used by 360Suite.
Typical paths:
/opt/360suite/tomcat/logs/ (Linux)C:\Program Files\360Suite\tomcat\logs\ (Windows)The folder contains both standard Tomcat logs and job‑specific logs.
360Eyes log files follow a clear naming pattern based on your system’s behavior:
<JobType>-<CMSHost>_<CMSPort>-<YYYYMMDD-HHMMSS>.log
Meaning:
BOBJPROD6400Example:
AUDIT-BOBJPROD_6400-20260203-162128.log
This corresponds to:
To locate the log for a failing job:
Identify the job details in 360Suite Admin Console:
Open the Tomcat logs folder or download the Tomcat log .zip by running this process: 360Suite | Downloading Tomcat Logs
Filter files by job type and CMS name:
WEBI-BODEV_6400-*.logMatch the timestamp with the execution time shown in the console.
Open the file to view:
Sharing this file with Wiiisdom Support is mandatory to accelerate troubleshooting.
logs directory.<JobType>-<CMSHost>_<CMSPort>-<timestamp>.log