Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Login into the Opal server using the console window for the Virtual Machine

  • Change to directory"/var/log/opal" 

    Code Block
    cd /var/log/opal

  • List the contents using:

    Code Block
     ls -lt

    (the "-lt" command instructs it to list in order of most recent change

  • The directory contains four log files: 

    • datashield.log

    • opal.log

    • rest.log

    • stdout.log

...

You can view these logs by using:

Code Block
more <filename>

e.g.

Code Block
more stdout.log

Live Monitoring Logs

If you wish to create a blank slate to view what logs are created as you try to recreate a problem on the opal server, you can clear out the logs using the following steps.

...