AMI output showing in CLI

I seem to have changed something in my system that is causing AMI events and actions to appear in the CLI. Can someone help me turn this off?

I tried “manager set debug off”, and I confirmed there are no debug related settings in manager.conf. I need general debug on (to trace an issue) but the AMI output if overwhelming the screen with output…

[2017-03-27 08:17:29] DEBUG[1951]: manager.c:6138 process_message: Running action 'Command'
[2017-03-27 08:17:30] DEBUG[2088]: manager.c:6138 process_message: Running action 'Command'
[2017-03-27 08:17:30] DEBUG[1951]: manager.c:6138 process_message: Running action 'Command'
[2017-03-27 08:17:31] DEBUG[2088]: manager.c:6138 process_message: Running action 'Command'
[2017-03-27 08:17:32] DEBUG[2088]: manager.c:5693 match_filter: Examining AMI event:
Event: SuccessfulAuth
Privilege: security,all
EventTV: 2017-03-27T08:17:32.867-0400
Severity: Informational
Service: SIP
EventVersion: 1
AccountID: 204001
SessionID: 0x7fa0cc047a18
LocalAddress: IPV4/UDP/192.168.67.4/5060
RemoteAddress: IPV4/UDP/192.168.67.23/5060
UsingPassword: 1
1 Like

That is output at debug level 3. If you set your debug level to 2 (core set debug 2) then it shouldn’t appear.

Also you need to take it from the log file, as debug output is not normally routed to the console, and you need to enable either the debug or full log files, which are normally commented out.

(As a general point, when reporting issues here, use the log files, not the console output, even if the log entries do appear on the console, as the log files contain time stamps.)