Need to log user logins from multiple application servers

Team,

I am using readcsvlog plugin to read login audit.csv and then writing to database.

PROD we have two application severs and sometime it is reading from a file which have less logins . I want it to read it from both application sever .

Below is the code. In CSV path i want to pass location of application sever instead of checking at /logs. Any idea?

readcsvlog(
csvPath: "login-audit.csv."& text(today()-ri!number,"yyyy-mm-dd"),
startIndex: 1,
batchSize: - 1
),

  Discussion posts and replies are publicly visible