Skip to main content

Logger

The Logger tab tracks application logs and data change events for audit purposes. Go to SettingsLogger to access these settings.

Basic logging configuration

Set the core logging behavior for your application.

SettingDefaultDescription
Logging LibraryPinoThe logging backend to use.
Log LevelinfoMinimum log level to record. Options: debug, info, warn, error.
Log DirectorylogsDirectory where log files are stored.
Log Data ChangesEnabledWhen turned on, enables data change logging for audit trails.

Data change logging configuration

When Log Data Changes is enabled, you can set which operations to track for each collection.

Collection settings

Each collection displays a row with the following options:

ColumnDescription
CollectionsThe collection name
CreateLog when records are created
ListLog when records are listed or queried
DetailLog when individual records are viewed
UpdateLog when records are updated
DeleteLog when records are deleted
Field Configuration Set which fields to include in logs

Field configuration

Click the settings icon to open the field configuration dialog for a collection:

  • Watch all — Monitor all fields for changes
  • Unwatch all — Stop monitoring all fields
  • Individual fields — Toggle specific fields to include in change logs

Each field shows its type icon and name. Select the fields you want to track and click Done.

note

Fields added in the future are automatically watched if you have any fields selected for that collection.

Log levels

LevelUse case
debugDetailed development information
infoGeneral operational events
warnWarning conditions that might need attention
errorError conditions that require action
tip

Use info for production environments. Switch to debug during development for more detailed output.