Skip to main content
December 15, 2023
Question

How to read sites_usage.csv log file

  • December 15, 2023
  • 2 replies
  • 0 views

All,

i am struggling to read sites_usage.csv log files using readcsvlog() after 23.3,  is there any alternate way to read log files? 

2 replies

December 15, 2023

Hello Nitin, I don't believe there is any other way to read log files without the Log Reader plugin and without manually accessing the logs yourself through system logs. There is others having similar issues which you can see under the Log Reader plugin comment section here. If you take a look, Gregor has a suggestion of rolling over the log file, maybe that may work for you.

anamikas8078
December 21, 2023

Hi[mention:25421ab97b5044a29d037977664df8bb:e9ed411860ed4f2ba0265705b8793d05] ,

The
readcsvlog() function in Appian 23.3 may have limitations with specific log files. Consider implementing custom logic using file manipulation functions as an alternative approach