1.0.0 • Published 4 years ago

strapi-plugin-activitylog v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Strapi plugin ActivityLog

npm install strapi-plugin-activitylog

Settings

  • ./config/middlewares.js
settings: {
	activitylog: {
		enabled: true,
		adminlogdb: ['DELETE'], // Array of methods to log to database for admin panel activity
		adminlogconsole: null, // Array of methods to log to console for admin panel activity
		apilogdb: ['DELETE'], // Array of methods to log to database for api activity
		apilogconsole: null // Array of methods to log to console for api activity
	}
}
1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago