Payara web serverĀ logs every request in the server log file located in the "/usr/local/strongkey/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 tail these logsĀ to gather any logs during a debug session. Run the commands in a terminal as "strongkey" user.
Change directory to the Payara logs folder
shell> cd /usr/local/strongkey/payara6/glassfish/domains/domain1/logs
or
aslg
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
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved