Checking logs

Log files are stored in:

  • Linux: /opt/octane/log directory, or the directory that you specified when you deployed.
  • Windows: C:\Program Files\octane\log folder, or the folder that you specified when you deployed.

Log files

Check for installation and other issues in the log files.

Log Linux Path Windows Path
Application logs /opt/octane/log/nga/app/app.log C:\Program Files\octane\log\nga\app\app.log
Site logs /opt/octane/log/nga/site/site.log C:\Program Files\octane\log\nga\site\site.log
octane service (server) logs /opt/octane/log/nga/wrapper.log C:\Program Files\octane\log\nga\wrapper.log
Overall octane log, which summarizes the contents of day-to-day log files in one file. /opt/octane/log/nga/octane.log -

Back to top

Monitor the deployment procedure (Linux only)

Run the following command and wait until you see a server boot complete message:

tail -f /opt/octane/log/wrapper.log

Back to top

See also:

Back to top