Rework logging in the container #30

Closed
opened 2023-11-02 08:45:28 +00:00 by alexvanin · 0 comments
Owner

docker log aio command produces log of all running services and it's quite hard to read. In this issue try to use different approaches to access logs.

One of the options is to store logs in the files inside the container. Keep logs of some services both in stdout and file (like with tee command). Add Makefile targets to read those log files: make log/chain, make log/storage, etc.

`docker log aio` command produces log of all running services and it's quite hard to read. In this issue try to use different approaches to access logs. One of the options is to store logs in the files inside the container. Keep logs of some services both in stdout and file (like with `tee` command). Add Makefile targets to read those log files: `make log/chain`, `make log/storage`, etc.
alexvanin added the
good first issue
label 2023-11-02 08:48:45 +00:00
r.loginov self-assigned this 2024-08-15 06:52:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-aio#30
No description provided.