Hi plug-in developers,
As many of you know, the Flex log level can be set to DEBUG to generate extensive logs. This option will be helpful while developing and debuging hard problems in Flex plugins.
For example:
You can modify the chassis-ui/war/src/main/webapp/WEB-INF/flex/services-config.xml to say <target class="flex.messaging.log.ConsoleTarget" level="Debug">
It is strongly prohibited to use this option in production.
The log level will not only create huge logs but also will show serialized data and with that exposed sensitive information like passwords in plain text.
Thanks,
Ina