Skip to content

Logs displayed as ERROR in Log Viewer #823

@Emixam23-FCMS

Description

@Emixam23-FCMS

Hii,

We have this configuration:

- name: ep
          image: gcr.io/endpoints-release/endpoints-runtime:1.53.0
          args: [
            "-n", "/etc/nginx/custom/nginx_gin.conf",
            "-p", "{{ .Values.service.port }}",
            "-S", "{{ .Values.service.targetPort }}",
            "-a", "127.0.0.1:XXXX",
            "-s", "{{.Values.endpointsServiceName}}",
            "-R", "managed"
          ]
          resources:
            requests:
              cpu: XXXX
          ports:
            - name: https
              containerPort: {{ .Values.service.targetPort }}
          livenessProbe:
            tcpSocket:
              port: {{ .Values.service.targetPort }}
            initialDelaySeconds: 5
          readinessProbe:
            tcpSocket:
              port: {{ .Values.service.targetPort }}
            initialDelaySeconds: 1
          volumeMounts:
            - name: tls-secret
              mountPath: /etc/nginx/ssl
              readOnly: true
            - name: config-map
              mountPath: /etc/nginx/custom
              readOnly: true

And the thing is, we get the logs as ERROR and we can't understand why:

Error 2020-12-07 18:01:14.416 UTC+1 INFO: Fetching an access token from the metadata service
Error 2020-12-07 18:01:14.420 UTC+1 INFO: Fetching the service config ID from the rollouts service
Error 2020-12-07 18:01:15.100 UTC+1 INFO: Fetching the service configuration from the service management service
Error 2020-12-07 18:01:15.815 UTC+1 INFO: Attribute zone: XXXXXXXXXX
Error 2020-12-07 18:01:15.820 UTC+1 INFO: Attribute project_id: XXXXXXXXXX
Error 2020-12-07 18:01:15.826 UTC+1 INFO: Attribute kube_env: KUBE_ENV
Error 2020-12-07 18:01:15.859 UTC+1 nginx: [warn] Using trusted CA certificates file: /XXXXXXXXXX/trusted-ca-certificates.crt

Any idea? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions