Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
themeRDark
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

...