Seeq Knowledge Base

Logging

Overview

Data Lab Functions automatically logs status messages on execution of Data Lab Function endpoints to a rotating log file. You can also log to the same file by using the same Python logger. See Reserved Variables | The LOG Object.

Accessing Logs

Manage permission to the Data Lab project is required to access the logs. Logs can be viewed and downloaded directly through a web interface at {protocol}://{seeq_server}/data-lab/{project_uuid}/functions/logs Click on a log file to view it in the browser. Logs can be downloaded by visiting {protocol}://{seeq_server}/data-lab/{project_uuid}/functions/logs/download

Logger Endpoints

  • GET functions/logs

  • GET functions/logs/download

  • GET functions/logs/{log_filename}