Results 1 to 8 of 8

Hybrid View

  1. #1
    Can you please tell me how to effectively generate a report in csv?

  2. #2
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    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

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 05:33 AM.