Suppress =INFO REPORT==== from ejabberdctl

Hello!

Is there any way to suppress =INFO REPORT==== from ejabberdctl output ?

Sometime ejabberdctl didn't output =INFO REPORT==== information, rarely do.

Example:
---
# ejabberdctl srg_get_members main lh
user@lh
# ejabberdctl srg_get_members main lh
user@lh
# ejabberdctl srg_get_members main lh
user@lh

=INFO REPORT==== 6-Dec-2012::20:54:41 ===
D(<5347.427.0>:ejabberd_commands:314) : Executing command mod_admin_extra:srg_get_members with Args=["main",
** at node ejabberd@localhost **

# ejabberdctl srg_get_members main lh
user@lh
#
---

I'm trying to get shared roster user list from my script, therefore it's too annoying to parse out such messages.

I'm not Erlang coder, so only idea i have come to add ERL_OPTIONS="-mode embedded" in ejabberdctl.cfg, but that does not help.

ejabberd version 2.1.11

Any ideas?

Regards,
LJ_105.

EDIT: looks like setting {loglevel, 3}. or anything less that - 4: Info in ejabberd.cfg do make trick. Maybe there is another approach exists ? B'coz I'm still pretty interested in 5: Debug info.

Syndicate content