Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There is a web terminal that you can use for debugging your Animus Heart or access areas not reachable with the GUI.

...

  • Navigating in the GUI to Menu → Developer PortalTerminalOpen Terminal (enter password: world).
    Note! Your browser might block popup windows. Make sure you allow popups from your Heart.

  • Or by using the following URL: http://<LOCAL_HEART_IP>/heart/system/terminal/index.html

...

A command can have required parameters that need to be passed when invoking that command. You can type <command name> -help to get more information of which parameters can be passed to the command.


Example: Print

...

logs

To print all the stored logs you use the command group log and the command show

Code Block
> enter log
> show

Example: Change log level

By default the logging level is set to info. This means that debug information isn't logged. To activate debug logging you use the command group logconfig and the command setlevel

Code Block
> enter logconfig
> setlevel debug

To print all the stored logs you use the command group log and the command show

Code Block
> enter log
> show