Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --zap-time-encoding flag for log timestamp format #963

Merged
merged 2 commits into from
Jan 19, 2022

Commits on Jan 19, 2022

  1. Update dependencies to kubernetes 1.23

    Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
    creydr committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2039ed3 View commit details
    Browse the repository at this point in the history
  2. Use flag to define log timestamp format

    Since v0.11 controller-runtime supports the zap-time-encoding flag to
    specify the time encoding of log timestamps. This flag is used to give
    the user the possibilty to specify the required format.
    By default nmstate-kubernetes uses the ISO8601 format.
    
    Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
    creydr committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    28b0907 View commit details
    Browse the repository at this point in the history