...
Warning |
---|
The enable_flight_recorder_test parameter is not intended to use in production |
Client logs tuning
Since build 5.2.2040 client logs output may be tuned at a certain logger level. The settings file client-log4j.properties is used to do that. A logger name and level are set in the file:
Code Block | ||||
---|---|---|---|---|
| ||||
Session=INFO
_com.flashphoner.media.AudioSession=INFO
_com.flashphoner.media.VideoSession=INFO
_com.flashphoner.media.MediaSession=DEBUG |
The changes are applied on the fly, WCS restart is not required.
Client log structure and content
...