trailsjs / sails-permissions

Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.
MIT License
418 stars 113 forks source link

Disable Requestlogs #178

Open YeraDR opened 8 years ago

YeraDR commented 8 years ago

HI!,

anybody can tell me how can I disable the API request logs?

tjwebb commented 8 years ago

I'd accept a PR on this. I don't have time to code this at the moment.

igorteton commented 8 years ago

@YeraDR Can't you just ignore AuditPolicy and not use it at all? Isn't that the one which creates requestlogs?