mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
This refactor updates the LogSeverity enum to use string values instead of enum values. This change allows for better compatibility and flexibility when working with log severity levels. The enum values have been replaced with corresponding string values. Files modified: - Common/Types/Log/LogSeverity.ts - Ingestor/API/OTelIngest.ts - Ingestor/API/FluentIngest.ts - Model/AnalyticsModels/Log.ts - CommonUI/src/Components/LogsViewer/LogItem.tsx - CommonUI/src/Components/LogsViewer/LogsViewer.tsx - CommonUI/src/Components/Filters/DropdownFilter.tsx - Common/Types/ObjectID.ts - CommonUI/src/Components/Filters/FiltersForm.tsx
OneUptime Common Library
The OneUptime Common Library is a collection of shared components, utilities that are used across the OneUptime platform. It is designed to be easy to install and use, and to be extensible.