Where are the Logs?
Where to find the Exply Logs
Within Exply a distinction is made between the actual Exply server and the importer process.
Exply for Jira Server Logs
You can find the Exply for Jira Logs in the following directory:
$JIRA_HOME/ExplyPlugin/Data/Logs/exply-server.log
Exply with Docker Logs
Exply with Docker does not log the server events into a predefined file. Therefore, you can access the logs with the following command:
docker logs <Docker container name or ID>
To write the Exply server logs into a file (e.g. .log-file) use the following command
docker logs <Docker container name or ID> > <Path to new file>