Logs In passbolt

Hello.
Can I check log of user any action?

@sansandrika

There is an action_logs table that uses the user_id along with action and has a timestamp. There is a context field which communicates the url path used when the action occurred. I believe this table is still allowed to grow and grow. It can become very large so filtering with the created field in action_logs is recommended.

There is an actions table with a long list of actions that users might take.

I can’t find this logs.
I use Rocky Linux.

Sorry, I was not clear. I was referring to the database.

hello, this actually happened to me, i have a few gigs of logs, i have a deployment in k8s, what is the correct way to configure it to purge old action logs? i am not sure if this is done on passbolt itself or the database

There’s no configuration to purge and its just a matter of database command line at this point. If you don’t need the records the table can be truncated.