01-22-2013 05:16 AM
In the eventlogger, if i change the Min log level to "Debug info" and do some network calls, I have noticed that the connection factory logs the network url .For example , I saw this
guid:0x287F0A38583E7BC6 time: Mon Jan 21 18:29:15 2013 severity:5 type:2 app:net.rim.networkapi data:FcoC https://xyz.co.uk/abc/test?appversion=1.2.3&;devic
This happens for all the apps I work for. Is there any way we could do something to avoid the connectionfactory from logging this information in the event logger
01-22-2013 05:40 AM
01-22-2013 11:08 AM
What do you think about calling EventLogger.clearLog() just after a connection is made. So even if it is logged, we clear it. ?
01-24-2013 02:48 PM
Just set the event logger level to information and it stops the undesired logging
EventLogger.setMinimumLevel(EventLogger.INFORMATION);