Don't log Manager events

Hi,

I have an external application that connects to Asterisk using AMI every 5 seconds to get the status of different queues.

Because of this, my messages log is filled with the following events:

== Manager ‘test’ logged on from 10.10.10.10
== Manager ‘test’ logged off from 10.10.10.10

Is there a way I can stop Asterisk from logging only these events or at least store them in a separate log file?

Thanks in advance

There is an option in manager.conf called “displayconnects” which when set to no will cause these messages to not get displayed.

Thanks for that. It’s exactly what I needed.