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
hi romiev8844 readcsvlogpaging function instead of what you are using currently, could you try as mentioned in below for format
and let me know if that works for you.
AFAIK, tomcat-stdOut.log is not a CSV file. Hence, you should use readlog() function.
readlog("tomcat-stdOut.log")
That log is not a csv file,... you won't be able to read it in that way.....
oh that's right, thank you!