Butterfly
  • Butterfly
  • Introduction
  • Changelog
  • Admin Panel
  • Audit Logs
  • Cloud
  • Commands
  • Data Manager
  • Data Types
  • Database
  • Designs
  • Introduction
  • Features
  • File Storage
  • Frontend
  • Generators
  • Helpers
  • Installation
  • Items
  • Migrations
  • Modules
  • Notification
  • Performance
  • Queue
  • Security
  • Settings
  • Smarty Helpers
  • Streams
  • Testing
  • Tutorials
  • Upgrade
  • Usage of Validator
  • Webservice
  • Swagger API Documentation Generator
  • CLI Commands
Powered by GitBook
On this page
  • Object Logs
  • Design Changes

Audit Logs

Butterfly is an Enterprise-Ready product. An enterprise solution cannot be thought without advanced action logging for users.

Object Logs

When you create an Object Type in Butterfly, it comes with Object Logging out-of-box.

Logged actions:

  • Add

  • Edit

  • Delete

Design Changes

Butterfly logs changes on designs. When a user creates a new design, it's automatically logged by Object Logging mechanism which means that, Add, Edit and Delete action are logged.

If you make changes on Widgets of Designs, they are also logged.

Logged actions:

  • Add Widget

If the user adds a widget to a Design, it's logged with parameters: Widget Name, Place Name.

  • Duplicate Widget

If the user duplicates a widget on a Design, it's logged with parameters: Widget Name, Place Name and Initial Parameters

  • Update Widget

If the user updates a widget, Widget Name, Place Name and only updated parameters are logged with old and new values of the parameter.

  • Delete Widget

If the user deletes a widget, Widget Name and Place Name are logged.

  • Reorder Widgets

If the user reorders widgets in Admin Panel, only ReOrder operation is logged. Old and New Orders are not logged to avoid saving unnecessary data.

PreviousAdmin PanelNextCloud

Last updated 5 months ago