Activity logs can be seen by all roles

I just implemented filament logger by z3dox and it seems that the logs can be seen by all roles, how can i make it only viewable by Super Admins? Im using filament shield for the roles. Im also using Acitvity logger by Dennis Koch
Solution
Gate::policy(Activity::class, ActivityPolicy::class);
Was this page helpful?