Hi, My (command-line) application uses pjsua. At startup I get the following log output: 13:41:06.868 os_core_unix.c pjlib 0.8.0 for POSIX initialized 13:41:06.868 sip_endpoint.c Creating endpoint instance... 13:41:06.869 pjlib select() I/O Queue created (0x9b6a8a04) 13:41:06.870 sip_endpoint.c Module "mod-msg-print" registered 13:41:06.870 sip_transport. Transport manager created. This messes up my interface so I want to suppress these messages. Is there a way to do this? I tried setting console_level to 0 but that doesn't seem to help.. Thanks, Robbert