Hi, I'm trying to retrieve the data from tomcat-stdOut.log but it gives me a null value. Currently this function only works for me with login.audit
Discussion posts and replies are publicly visible
AFAIK, tomcat-stdOut.log is not a CSV file. Hence, you should use readlog() function.
readlog("tomcat-stdOut.log")
oh that's right, thank you!