Skip to content

Log Destinations

Log destinations are the different places where logs can be sent to. All environments have a default log destination, please see the environments overview, but you can configure your application to send logs to other destinations as well.

Configuration

To configure a log destination for your application, add the following configuration to your Application resource:

apiVersion: nais.io/v1alpha1
kind: Application
metadata:
  name: my-application
spec:
  observability:
    logging:
      destinations:
        - id: loki

Destinations

The following log destinations are available in Nais: