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

Remove glog #527

Merged

Commits on Oct 30, 2023

  1. move log initialization and setup to its own pkg

    - create new log pkg to handle log initialization and setup
    - update operator, daemon and webhook log setup and init logic
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ab2b1b3 View commit details
    Browse the repository at this point in the history
  2. update api helper logs

    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6806da4 View commit details
    Browse the repository at this point in the history
  3. update logs in daemon pkg

    update logs to use controller-runtime log
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    19b37c3 View commit details
    Browse the repository at this point in the history
  4. update logs in host pkg

    update logs to use controller-runtime log
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7794d21 View commit details
    Browse the repository at this point in the history
  5. update leaderelection pkg logs

    update logs to use controller-runtime logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    572dc27 View commit details
    Browse the repository at this point in the history
  6. update plugin pkg logs

    update logs to use controller-runtime logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c155c82 View commit details
    Browse the repository at this point in the history
  7. update service pkg log

    update logs to use controller-runtime log
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0ba80c3 View commit details
    Browse the repository at this point in the history
  8. update systemd pkg logs

    update logs to use controller-runtime logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    664945b View commit details
    Browse the repository at this point in the history
  9. update utils pkg logs

    update logs to use controller-runtime logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9a94575 View commit details
    Browse the repository at this point in the history
  10. update webhook pkg logs

    update logs to use controller-runtime logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2542dde View commit details
    Browse the repository at this point in the history
  11. update webhook manifest

    remove glog flags from manifest
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2a775ae View commit details
    Browse the repository at this point in the history
  12. update client test pkg log

    update logs to use controller-runtime  logs
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b61d6ef View commit details
    Browse the repository at this point in the history
  13. run go mod tidy

    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    37924ef View commit details
    Browse the repository at this point in the history