Page 1 of 1

Disable ZM log in /var/log/messages

Posted: Sat Jun 21, 2008 8:45 am
by wolfram
Hello all,
does anybody know where I can disable the message logging of ZM in /var/log/messages from zm ?
I need to debug another program, and I want to get rid of the following ZM messages, or at least
reduce the amount

..Jun 21 10:30:47 localhost zmc_m1[3775]: INF [Haustuer: 1266000 - Capturing at 38.46 fps]
Jun 21 10:30:48 localhost zma_m1[3781]: INF [Haustuer: 1266000 - Processing at 37.04 fps]
Jun 21 10:31:12 localhost zmc_m1[3775]: INF [Haustuer: 1267000 - Capturing at 40.00 fps]
Jun 21 10:31:14 localhost zma_m1[3781]: INF [Haustuer: 1267000 - Processing at 38.46 fp

Maybe I overlooked it in the options dialog, but there I find only enable debug log.

Cheers Wolfram

Posted: Mon Jun 23, 2008 2:11 am
by PeterHoward

disable logging completely ?

Posted: Mon Jun 23, 2008 5:14 am
by wolfram
Hello Peter,
well to redirect is one thing, but can I disable completely the log ?
or can I set some filter what to log ?
Regards Wolfram

Re: disable logging completely ?

Posted: Mon Jun 23, 2008 5:18 am
by PeterHoward
wolfram wrote:Hello Peter,
well to redirect is one thing, but can I disable completely the log ?
or can I set some filter what to log ?
Regards Wolfram
Well, as that other thread points out you only have one thing you can filter on.
To get closer to disabling you could redirect to /dev/null :-)

Other than that all I can suggest is rebuilding with the relevant logging compiled out. AFAIK the other logging controls can only add to that logging.

PJH