Rework logging in the container #30
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-aio#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.r.loginov referenced this issue2024-08-16 06:24:19 +00:00