Logging method : Service.info() alert() debug()

sz697888sz697888 Posts: 17

Hi guys,

I'm currently using Service.info() to log some of the print out. However, the daily logging e.g info seems to stop logging after 60 rows on the CQ web interface. Is there a limit in the logging as well?
One of the reasons that I used service.info instead of print everything to console is that there is a max limit in the console.

Thanks,
Simon

Comments

  • ms778834ms778834 Posts: 28
    edited April 2017

    How about outputting your logs into a CSV? B)
    You can just use service.write_file without even needing to download the CSV; see the documentation for more details.

  • sz697888sz697888 Posts: 17

    That's a great idea!! Thanks a lot!!

  • ms778834ms778834 Posts: 28

    You're welcome! :smile:

  • shayneshayne Posts: 70

    FYI - the web UI limits the amount of data it initially displays for items like .info(), trades, rejects .... We might add pagination in the future.

  • sz697888sz697888 Posts: 17

    Cool. Glad to hear that!

    @shayne said:
    FYI - the web UI limits the amount of data it initially displays for items like .info(), trades, rejects .... We might add pagination in the future.

Sign In or Register to comment.