Open Ask AI (⌘/Ctrl+I)

Magnolia Application logs

Magnolia Application logs display log entries from Kubernetes Pods running your Magnolia application and database instances.

Key information tracked

  • Application tier logs: Java application events from Magnolia Author and Public instances
  • Database tier logs: PostgreSQL database operations and maintenance events
  • Error and warning tracking: filter by log level (FATAL, ERROR, WARN, INFO, DEBUG, TRACE)
  • Deployment topology: each log identifies its source namespace, pod, container, component, and tier

Select desired cluster

Select your desired cluster from the dropdown menu at the top of the Cockpit.

Select desired cluster in the Cockpit

View Magnolia Application logs

From Logs > Magnolia Application:

  1. Select your desired cluster.
  2. View the chart (histogram) to see log activity over time, including successful operations, warnings, and errors.
  3. In Filters, set date range, namespaces, pods, containers, components (AUTHOR / PUBLIC), tiers (APP / DATABASE), levels, and message filters.

Magnolia Application logs

Details table

View log details in the Log Details table. Click Download logs (CSV) to export. Click a row for the full entry.

Magnolia Application log details table

ColumnDescriptionExample
LevelSeverity of the log entryWARN
DateTimestamp when the log was createdNov 10, 2026, 10:05:46 AM
Class nameJava class that generated the log (or LOG for database logs)info.magnolia.cms.security.CsrfCookieTokenFilter
MessageLog message content'csrf' cookie is set with 'Secure' attribute…
NamespaceKubernetes namespacestaging
PodKubernetes podstaging-magnolia-helm-author-0
ContainerContainer within the podauthor-instance
ComponentMagnolia component (AUTHOR or PUBLIC)AUTHOR
TierInfrastructure tier (APP or DATABASE)APP