Skip to content

Support different Stackdriver log levels #45

Description

@oliver-goetz

As of today many cloud robotics apps are writing all their console logs to stderr. Thus, they are listed in the error category of Stackdriver logging and it is hard to scan logs for real errors.

There are some ways to fix this:

  • writing info messages to stdout and just error messages to stderr
  • implement JSON logging and set the severity property according to the log level

This issue affects following apps:

  • cloud-master
  • robot-master
  • cr-syncer
  • token-vendor
  • metadata-server
  • gcr-credential-refresher

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions