Can log size be changed

Running a macro 100 times in a loop exceeds the Log capacity of Kantu if it is set to “All”.
Can the Log capacity be set larger? Or can Logs be exported?

Using Kantu 3.0.3 with Chrome 67.0.x
Mac OS Sierra 10.12.6

Yeah, the log file is limited to 500 entries. After that, old entries are removed when new ones are added.

Can the Log capacity be set larger?

No

Or can Logs be exported?

Not yet - but this is on our todo list for July.

For now, there are some workarounds:

  • If you want your macro to log certain lines or events “forever”, you can write them to a CSV file with csvSave. And you can export CSV files from the CSV tab (which stores the data in the Chrome/Firefox local storage) to your hard drive with the localStorageExport command.
  • Another option might be to use global variables.