How to get rdbms-audit.log.yyyy-mm-dd.*

Hi,

I am trying to get a day's worth of rdbms-audit logs.
However, I have tried the following expression, but could not get the logs that have been evacuated.
Any help would be appreciated. Thanks in advance.

Appian version:24.1

Log format: rdbms-audit.log.yyyy-mm-dd.*

readlogpaging(
logPath: "audit\rdbms\rdbms-audit.log." & tostring(year(today())) & "-" & substitute( padleft(tostring(month(today())), 2), " ", "0" ) & "-" & substitute( padleft(tostring(day(today())), 2) & "." & tostring(pv!LogCounter), " ", "0" ),
startIndex: 1,
batchSize: - 1
).rows

  Discussion posts and replies are publicly visible