strapi-plugin-activitylog

1.0.0 • Public • Published

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
	}
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.0.2
    0
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i strapi-plugin-activitylog

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

13.5 kB

Total Files

45

Last publish

Collaborators

  • sintex