Payara web server logs every request in the server log file located in the "/usr/local/strongauth/payara6/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 gather any logs during a debug session. Run the commands in a terminal as "strongauth" user.
Change directory to the payara logs folder
shell> cd /usr/local/strongauth/payara6/glassfish/domains/domain1/logs
ORshell> aslg
Run the command below to tail the server logs
shell> tail -f server.log
Alternatively, one can use the alias to tail the logs from any directory:
shell> tsl