You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "usage: ./viewlog.sh <Nth recent log file to view>"
echo "for example,"
echo " ./viewlog.sh 2"
echo "would show the 2nd most recent log file"
echo " "
echo " "
exit
fi
if [ ! "$(ls -A log)" ]
then
echo " "
echo " "
echo "log directory is empty, there are no logs to view. To create log files, set the YAROZI_LOG_LEVEL shell variable to CRITICAL, ERROR, WARN, INFO, or DEBUG and then run the application or tests, e.g."