0

I have a job running in my Pentaho ETL server but am unable to figure out which user (i.e. username) had triggered the job. The default logging I can see does not seem to give any details on the user that triggered the job. There must be an easy way here to find this which I am missing, any help would be appreciated.

Details, I am running Pentaho EE6.1

Thanks Deepak

Ali Akbarpour
  • 958
  • 2
  • 18
  • 35

1 Answers1

0

By default the username doesn’t show up in the logs, you need to change the format on your log4j.xml for that.

Or enable DB auditing and who ran what and when will be stored in the PRO_AUDIT table.

nsousa
  • 4,448
  • 1
  • 10
  • 15