Omada Logging Framework categories
Omada Identity uses logging categories to classify log entries according to their purpose and the component that generated them. Use the following table to identify the relevant category when configuring or filtering logs.
Some categories are used by multiple components and therefore appear more than once in the table.
| Component | Category | Description |
|---|---|---|
| Enterprise Server | ||
| AccessRequests | Access request activity, including reviews, approvals, and denials. | |
| Authentication | Authentication activity, including successful and failed sign-in attempts and sign-outs. | |
| Configuration | Configuration changes and issues, including errors in system onboarding configuration and changes to views, properties, and workflows. | |
| Debug | Additional diagnostic information used for troubleshooting. | |
| Exception | Unexpected conditions or errors that the application cannot handle. | |
| Governance | Governance activity, including reports, attestations, classifications, risks, and segregation of duties (SoD). | |
| Password | Password-related activity, including password resets and password filters. | |
| Security | Security-related activity, including identity lockouts and identity reactivation. | |
| SystemOperation | System operations and processes, including timer execution, successful operations, and failures. | |
| UserActions | User activity, including searches and downloads. | |
| Email-related activity, including successfully and unsuccessfully sent emails. | ||
| Identity | Identity lifecycle activity, including creating, modifying, disabling, and requesting identities. | |
| Business Alignment | Creation, modification, and deletion of roles, policies, and contexts. | |
| Role and Policy Engine | ||
| Authentication | Authentication activity, including successful and failed sign-in attempts and sign-outs. | |
| Calculation | Role and Policy Engine calculation activity. | |
| Configuration | Configuration changes and issues, including errors in system onboarding configuration and changes to views, properties, and workflows. | |
| Data | Data processed in Omada Identity, such as identities, resources, and accounts. Configuration data is excluded. | |
| Debug | Additional diagnostic information used for troubleshooting. | |
| Exception | Unexpected conditions or errors that the application cannot handle. | |
| Omada Data Warehouse | Data | Data processed in Omada Identity, such as identities, resources, and accounts. Configuration data is excluded. |
| Configuration | Configuration changes and issues, including errors in system onboarding configuration and changes to views, properties, and workflows. | |
| Connection | Connection-related activity and issues, including URLs, credentials, and timeouts. | |
| Progress | Information about the progress of a running process or operation. | |
| Omada Provisioning Service | Debug | Additional diagnostic information used for troubleshooting. |
| SystemOperation | System operations and processes, including timer execution, successful operations, and failures. | |
| Configuration | Configuration changes and issues, including errors in system onboarding configuration and changes to views, properties, and workflows. | |
| Provisioning | Activity related to provisioning operations. | |
| Performance | Performance information, including the elapsed time of an operation. | |
| Operational Data Store | CopsApiClient | Retrieves environment information from the COPS API service, including the Enterprise Server ODS persistence service URL and its access token. |
| EnvironmentManager | Collects, caches, and provides information about the environment. | |
| EventProcessingFunction | Processes messages received from the event hub and selects the appropriate processor for each message type. | |
| MessageSerializer | Serializes and deserializes collections of messages received from the event hub. | |
| ConnectionManager | Manages database connections and transactions, disposing of them when they are no longer required. | |
| ODSManager | Provides ODS database operations, including bulk inserts, command and stored procedure execution, and transaction handling. | |
| AccessRequestMessageProcessor | Processes AccessRequestMessage messages and stores their data in ODS. | |
| ApprovalQuestionMessageProcessor | Processes ApprovalQuestionMessage messages and stores their data in ODS. | |
| CalculatedAssignmentMessageProcessor | Processes CalculatedAssignmentMessage messages and stores their data in ODS. | |
| ClearAccessRequestsMessageProcessor | Processes ClearAccessRequestsMessage messages by removing access request data from ODS. | |
| ClearSurveysMessageProcessor | Processes ClearSurveysMessage messages by removing survey data from ODS. | |
| ResourceMessageProcessor | Processes ResourceMessage messages and stores their data in ODS. | |
| SurveyMessageProcessor | Processes SurveyMessage messages and stores their data in ODS. | |
| SystemMessageProcessor | Processes SystemMessage messages and stores their data in ODS. |