IoT Device Suite - Knowledge Base How Tos & Features Features Retreive log messages Retreive log messages Example how to create a Log entry locally This can be done from any application asynchronously, as SQLite is the common interface. sqlite3 /data/os/dm/awsclient_log_database.db \ "INSERT INTO LOG ('serial', 'name', 'id', 'severity', 'text') VALUES ('$(bhtinfo -s)', 'Device-Management', '$(date +%s)', 'error', 'Hello world!');" Example output of the Logger