Skip to main content

Change logging levels

The logging level of a node is configured in the node settings. Actyx will emit logs at the configured and upper levels. You can configure the following levels:

  • DEBUG
  • INFO
  • WARN
  • ERROR

By default, INFO is configured which means that Actyx emits INFO, WARN and ERROR logs.

Change the log level

You can change the configured log level with the ax settings set command:

ax settings set /admin/logLevels/node "DEBUG" 192.168.2.1
Debug logs on Android

To enable debug logging on Android, you also need to run adb shell "setprop log.tag.com.actyx DEBUG". This property is reset to INFO when restarting the Android device. For additional details, see Access Logs.