krallin/tini

Supress TRACE but show DEBUG

markddrake opened this issue · 1 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