UNPKG

logging-audit-utils

Version:

A comprehensive logging and audit utility with support for dynamic attributes and audit logging

32 lines (28 loc) 847 B
const statuses = { STEP: { ENQUEUED: "enqueued", STARTED: "started", SUCCESS: "success", ERROR: "error" }, ENTITY: { STARTED: "started", EVALUATION_STARTED: "evaluation_started", EVALUATION_ERROR: "evaluation_error", EVALUATION_SUCCESS: "evaluation_success", STAGING_STARTED: "staging_started", STAGING_ERROR: "staging_error", STAGING_SUCCESS: "staging_success", POST_STAGING_STARTED: "post_staging_started", POST_STAGING_ERROR: "post_staging_error", POST_STAGING_SUCCESS: "post_staging_success", SUCCESS: "success", ERROR: "error" }, WORKFLOW: { STARTED: "started", SUCCESS: "success", ERROR: "error" } } module.exports = { statuses }