Skip to main content

Print System Log (sys.log)

Declaration

sys.log(message)

Parameters

  • message
    String. The content to log.

Description

Prints a standard system log.
You can view logs live via your desktop browser at https://<device-ip>:46952/log.html
Logs are also stored at /var/mobile/Meida/1ferver/log/sys.log
The sys.log file is capped at about 4000 lines; older lines are removed.

Examples

sys.log("Hello World, of course")