Product Documentation

Payara web serverĀ logs every request in the server log file located in the "/usr/local/strongkey/payara5/glassfish/domains/domain1/logs" directory. This log file will have all the errors/exceptions/successes printed and is useful in debugging any problems related to Payara itself or the SKFS.

Follow the steps below to tail these logsĀ to gather any logs during a debug session. Run the commands in a terminal as "strongkey" user.

  1. Change directory to the Payara logs folder

    shell> cd /usr/local/strongkey/payara5/glassfish/domains/domain1/logs
    or
    aslg
  2. Run the command below to tail the server logs

    shell> tail -f server.log

Alternatively, you can use the alias to tail the logs from any directory:

shell> tsl