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