Expand my Community achievements bar.

disabling debug messages

Avatar

Level 4

is there a way for me to disable the debug/log messages that afcs shows?  i don't want to disable tracing completely, i need that for my own debugging.

1 Reply

Avatar

Employee

There is a propert "suppressDebugTraces" in ConnectSession that you can set to false to disable LCCS traces.

You can also specify a different "trace" function in com.rtc.util.DebugUtil.traceFunction if, for example, in AIR you want to save those messages in a file, or if you want to display them in a special debug window.