Skip to main content
July 31, 2024
Solved

readcsvlog tomcat-stdOut.log

  • July 31, 2024
  • 4 replies
  • 0 views

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

    Best answer by yogip3177

    AFAIK, tomcat-stdOut.log is not a CSV file. Hence, you should use readlog() function.

    readlog("tomcat-stdOut.log")

    4 replies

    karumurua531442
    July 31, 2024

     hi [mention:d9737c9b566a47159485a573139116ad:e9ed411860ed4f2ba0265705b8793d05] 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.

     

    yogip3177Answer
    July 31, 2024

    AFAIK, tomcat-stdOut.log is not a CSV file. Hence, you should use readlog() function.

    readlog("tomcat-stdOut.log")

    July 31, 2024

    oh that's right, thank you!

    davidj137213
    Brainy
    July 31, 2024

    That log is not a csv file,... you won't be able to read it in that way.....