krallin / tini

A tiny but valid `init` for containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supress TRACE but show DEBUG

markddrake opened this issue · comments

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