Execution logs
User code running as Jobs, Workspaces, Apps, and Domino endpoints output execution logs. Your users can access these from the Jobs dashboard, Workspaces Dashboard, App Dashboard, and Domino endpoint instance logs. This data is a key part of the Domino reproducibility model and is kept indefinitely in the Domino File Store. The installation configuration file atblob_storage.logs defines which system these logs are written to.
Application logs
All Domino services use the standard Kubernetes logging architecture to output their logs. Relevant logs are printed tostdout or stderr as indicated, and Kubernetes captures them.
Support bundle
A zip file that contains logs and reports from Domino components with information about a Domino execution. See Support Bundles.View your front-end logs
-
List your all namespaces to find the name of your platform namespace:
-
List all the pods in your platform namespace to find the name of a front-end. You likely have more than one frontend pod.
-
Print the front-end logs for one of your frontends.
-
Platform namespace
This namespace hosts the core application components of the Domino application, including API servers, databases, and web interfaces. The installer configuration file defines the name of this namespace at
namespaces.platform.name. The following components running in this namespace produce the most important logs: -
Compute grid namespace
This namespace hosts user executions plus Domino environment builds. The installer configuration file defines the name of this namespace at
namespaces.compute.name. Logs in this namespace correspond to ephemeral pods hosting user work. Each pod contains a user-defined environment container, whose logs are execution logs. There are additional supporting containers in the pods, and their logs might contain additional information about errors or behavior seen in specific Domino executions. Domino advises that you aggregate and keep at least 30 days of logs to facilitate debugging. You can harvest these with a variety of Kubernetes log aggregation utilities, including:
Next steps
- Project audit logs for project-level auditing including user permissions and Dataset-related actions.
- The Audit trail data glossary contains Domino audit event names along with their descriptions.
- Data Source audit logs create an audit trail for Data Source activity and records the WHO, WHERE, WHEN & WHAT for user activity.