Supress TRACE but show DEBUG
markddrake opened this issue · 1 comments
markddrake commented
I am using tini in a project and it is working perfectly. However I am getting a lot of 'No child to reap' messages. See below
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [DEBUG tini (1)] Received SIGCHLD
foscam-server-vsftp-1 | [DEBUG tini (1)] Reaped child with pid: '324'
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
Is there a way to suppress the TRACE message but leave the DEBUG messages in the above example
krallin commented
This is controlled by a flag (-v) — you might be passing -vvv? Try passing
-vv instead?
There’s also an env var (TINI_VERBOSITY) you might be setting — reduce the
number there.
…On Tue, 11 Oct 2022 at 17:16, Mark Drake ***@***.***> wrote:
I am using tini in a project and it is working perfectly. However I am
getting a lot of 'No child to reap' messages. See below
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [DEBUG tini (1)] Received SIGCHLD
foscam-server-vsftp-1 | [DEBUG tini (1)] Reaped child with pid: '324'
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
foscam-server-vsftp-1 | [TRACE tini (1)] No child to reap
Is there a way to suppress the TRACE message but leave the DEBUG messages
in the above example
—
Reply to this email directly, view it on GitHub
<#200>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANIHVUHH7BHJMUAJCLPLKLWCWAF7ANCNFSM6AAAAAARCMWTVE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>