LogoLogo
  • OVERVIEW
  • QUICK START
  • CONNECT A DEVICE
  • ARDUINO COMPATIBLE DEVICES
  • OVERVIEW
  • SDK SETUP
    • Arduino IDE
    • Visual Studio Code
  • DEVICES
    • ESPRESSIF ESP32
    • ESPRESSIF ESP8266
    • ARDUINO ETHERNET
    • ARDUINO WIFI
    • ARDUINO GSM
    • OTHER DEVICES
  • CODING GUIDE
  • TROUBLESHOOTING
  • REMOTE OTA
  • REMOTE CONSOLE
  • LPWAN DEVICES
    • SIGFOX
    • LoRaWAN (TTN)
  • OTHER DEVICES
  • HTTP DEVICES
  • MQTT CLIENTS
  • LINUX / RASPBERRY PI
  • PLATFORM FEATURES
    • DEVICES ADMINISTRATION
    • DATA BUCKETS
    • DASHBOARDS
    • ENDPOINTS
    • ALARMS
    • ACCESS TOKENS
    • GEOFENCING
    • ASSET TYPES & GROUPS
  • BUSINESS FEATURES
    • PLUGINS MARKETPLACE
    • PRODUCTS
      • Product Profile
        • Properties
        • Buckets
        • API Resources
        • Scripts
        • Payloads
      • Product Dashboard
      • Product Services
      • Examples
        • Shelly Plug S
        • Kunbus RevPi
        • Shelly Plus 1 PM
    • FILE STORAGES
    • PROJECTS MANAGER
    • USER ACCOUNTS
    • WHITE-LABELING
    • CUSTOM WEB DOMAIN
    • OAUTH2 CLIENTS
    • PROXIES
  • Server
    • SERVER DEPLOYMENT
      • Thinger.io Cloud
      • On-Premise
    • SERVER ADMINISTRATION
      • License Setting
      • Server Settings
      • Cluster / Server Status
      • Server Logs
    • SERVER API
    • CHANGELOG
  • Others
    • OTHER SOFTWARE
      • Server Monitoring Client
    • THINGER.IO HARDWARE
      • Thinger M2IoT Modem
      • Thinger32 NB-IoT
      • ClimaStick
      • WiFi Button
    • SMARTPHONE APP
  • ABOUT
    • Community & Social Links
    • Branding
    • Terms & Conditions
    • Privacy Policy
    • Service Level Agreement
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Server
  2. SERVER ADMINISTRATION

Server Logs

PreviousCluster / Server StatusNextSERVER API

Last updated 4 years ago

Was this helpful?

Thigner.io server instances provide a logging console, that allows to visualize the program status and events in real-time. These data can be used to evaluate the behavior of the server or any integration that is being developed.

This feature is only available for the instance's manager account

Start Logging

Follow the next steps to start logging the events of the server instance:

  1. Go to "Cluster Hosts" section of Thinger.io main menu. The Host list will display all the server instances that have been connected in the same cluster classified by its web domain.

  2. Click the desired instance to access the server administration panel

  3. On the right top corner, choose "Logs" tab to open the logging console

  4. Press "Connect" button to start the log sampling

The structure of the log entries consists of six columns in which the following data is specified:

  • Date: YYYY-MM-DD

  • Hour: HH:MM:SS.SSS

  • PC: Program Counter in seconds

  • Working Thread: Thinger.io program has been created to optimize host architecture with multithread execution. This column identifies the thread that managed each event.

  • Program Module: This column informs about the feature that is being used by each event.

  • Message: Is the log content including a message type identification and a description

Date

Hour

PC

Thread