Anyone know how to specify which TRACE CHANNEL you want in python?

For others that find this in the future, try:

trace_channel=unreal.TraceTypeQuery.TRACE_TYPE_QUERY1

For the default visibility channel.