how to check when and who activated a plugin

eashwar
Tera Contributor

Hello,

I am trying to identify a column field which says who and when a plugin was activated. I see that all plugins updated by shows as logged in user.

Do anyone have some insight ?

Thank you,

Eashwar Elumalai

12 REPLIES 12

Bhanu Kiran
ServiceNow Employee
ServiceNow Employee

You can also find it in xmlstats.do --> search for the plugin name and see the details.

Diego33
Kilo Contributor

search the sys_plugin_log table

and filter for log = Plugin activated/upgraded successfuly

 

Let me know if this helps

it helped. 🙂