Logging
HarperDB provides many different logging options for various features and functionality.
Standard Logging: HarperDB maintains a log of events that take place throughout operation.
Audit Logging: HarperDB uses a standard HarperDB table to track transactions. For each table a user creates, a corresponding table will be created to track transactions against that table.
Transaction Logging: HarperDB stores a verbose history of all transactions logged for specified database tables, including original data records.
Last updated