Skip to content

CE-2351: Create table for operation logs

Domonkos Gulyas requested to merge CE-2351_Create-table-for-operation-logs into develop
  • A new table has been created via a Flyway script to store operation logs.
  • All on-the-fly generated logs have been migrated to that table.
  • The operation log endpoint now fetches the database instead of a generated log.
  • Log the steps of the IOC creation into the database.

Closes CE-2351

Merge request reports