DLR-FT / DLR-FT/a653rs-linux

improve logging

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
11
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Right now, logging is not performant and can fill up the complete `UnixDatagram` of a partition, resulting in messages and other requests being silently dropped. The problem of a filled up `UnixDatagram` can be solved with the new syscall system. The performance problem could be solved by preparing a `Stdio` for stdout and stderr (`application_message` and `application_error`) and handing them to the `Command` struct of each partition. This `Stdio` could be made from a pipe.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.