Hi TerryWhite,

You need to leverage the LightstreamerMonitorTAB logger (present in the LS_HOME/conf/lightstreamer_log_conf.xml configuration file) and change the level to one of INFO, DEBUG or TRACE:

Code:
<logger name="LightstreamerMonitorTAB" level="TRACE">
    <appender-ref ref="LSDailyRolling" />
</logger>
With factory configuration the csv Monitor lines are printed in the common server log file, lightstreamer.log.
If you want to generate a specific file with only the Monitor information you have to create a custom file appender and replace the LSDailyRolling.

Please let me know if you need any further clarifications.

Regards,
Giuseppe