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

logger: add zap command line switches #1280

Merged

Commits on Oct 8, 2024

  1. logger: add zap command line switches

    Allow to tune preconfigured by --log-mode zap backend with standard
    zap command line switches from controller-runtime (zap-devel,
    zap-encoder, zap-log-level, zap-stacktrace-level,
    zap-time-encoding)[1].
    
    This brings flexibility in logger setup for development environments
    first of all.
    
    The patch does not change default logger setup and does not change
    DSCI override functionality.
    
    [1] https://sdk.operatorframework.io/docs/building-operators/golang/references/logging
    
    Signed-off-by: Yauheni Kaliuta <[email protected]>
    ykaliuta committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    298b1d2 View commit details
    Browse the repository at this point in the history