Adding log frontend requirements#389
Conversation
|
logging will have 3 components
|
@arkjedrz I see you created the architecture docs for baselibs_rust/log. Is it fine to remove this since the rust shouldn't be a sub-component? |
Actually looking more, the arch & detailed design is duplicated so I think deleting the arch and keeping the detailed design would be fine? |
e3ad372 to
6fd967b
Compare
|
The created documentation from the pull request is available at: docu-html |
6fd967b to
16514a3
Compare
|
All of the requirements should have a |
Fixes eclipse-score/logging#192
The log component doesn't have all of the feature requirements linked to component requirements.
Note that log is split into 3 components (log_backends (logging repo), datarouter (logging repo), log_frontend (baselibs repo) so this PR only add component requirements for the log_frontend component of the logging feature.
So this is adding requirements related to the log interfaces and the log configuration loading.