-
Notifications
You must be signed in to change notification settings - Fork 3
BSL LIN Requirements
ckrup edited this page Jan 16, 2025
·
2 revisions
| Rqmt ID | Title | Description | Rationale | Verification |
|---|---|---|---|---|
| BSL-LIN-1-0 | Logging Levels | The BSL logging interface associate logging levels with log entries, to include the levels of Critical, Error, Warning, Notification, and Debug. | Logging allows the operator gain insight into the internal operation of the BSL. | Test |
| BSL-LIN-2-0 | Metadata | The BSL logging interface annotate log entries with metadata related to time and process doing the logging. | Time stamping of data is necessary for debugging and operational purposes. | Test |
| BSL-LIN-3-0 | Length | The BSL logging interface shall truncate the length of individual log entries to stay within configured limits. | Avoids having log files clutter local storage. | Test |
| BSL-LIN-4-0 | Success | The BSL logging interface shall determine whether an attempt to log an event succeeded. | Notification to the BSL on success or failures enables other methods of retaining information if needed. | Test |