Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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.