Skip to main content

Documentation Portal

Plant Integrations (connector) logs

Connector generates two different types of log files with separate numbering sequences:

  • Text logs (.txt)

    Traditional human-readable log files with the naming convention connector.log_<id>.txt

  • JSON logs (.json)

    Structured, machine-readable log files with the naming convention connector.log_<id>.json

    The JSON files contain the same log entries as the corresponding text logs but in a structured format that enables:

    • Enhanced log processing and analysis

    • Integration with log aggregation tools

    • Advanced diagnostics and automated parsing

Rotation settings

By default:

  • Logs rotate when they reach 20MB in size

  • A maximum of 31 files of each type are retained

  • Older files are automatically deleted when the limit is reached

Log level

More information on log levels can be found here: How to change the connector log level?