DebugLog Help
ProcessorArguments:
- (optional) lines=<n>|all - Show <n> lines at the end of the log
If lines option is missing, show 100 lines. If <n> is "all", then show all lines
Example Usage 1:
{{ {#!DebugLog
lines=200
}} }
This would show the last 200 lines of the debug log.
Example Usage 2:
{{ {#!DebugLog
lines=all
}} }
This would show the all the lines of the debug log.
Back to page: SystemInfo