Jam.py documentation

log_changes

log_changes

domain: server

language: python

class Item class

Description

Indicates whether to log data changes.

Use log_changes to control whether or not changes made to the data in an item dataset are recorded. When log_changes is true (the default), all changes are recorded. They can later be applied to an application server by calling the apply method. When log_changes is false, data changes are not recorded and cannot be applied to an application server.