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

Feat: Added ETW logging support for CNS. #2700

Merged
merged 13 commits into from
Apr 26, 2024
Merged

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    6ef392d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08adae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Added flag to write logs to ETW. Zap logger writes only to ETW in win…

    …dows. And is NIL in Linux.
    [email protected] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cac5feb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e73bb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3354317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a4ac60 View commit details
    Browse the repository at this point in the history
  4. Renamed method.

    [email protected] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bd49834 View commit details
    Browse the repository at this point in the history
  5. Update cns/logger/cnslogger_windows.go

    Co-authored-by: Evan Baker <[email protected]>
    Signed-off-by: sivakami-projects <[email protected]>
    sivakami-projects and rbtr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    128cf3d View commit details
    Browse the repository at this point in the history
  6. Update cns/logger/cnslogger_linux.go

    Co-authored-by: Evan Baker <[email protected]>
    Signed-off-by: sivakami-projects <[email protected]>
    sivakami-projects and rbtr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3e76d5e View commit details
    Browse the repository at this point in the history
  7. Use Nop core until zap is implemented for all the logs in CNS.

    Co-authored-by: Evan Baker <[email protected]>
    Signed-off-by: sivakami-projects <[email protected]>
    sivakami-projects and rbtr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a4c30cb View commit details
    Browse the repository at this point in the history
  8. return Nopcore for Linux until zap is fully implmemented. Removed fla…

    …gs added to ensure zap instance is not nil.
    [email protected] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a86f690 View commit details
    Browse the repository at this point in the history
  9. cganged method name.

    [email protected] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9961faa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e5d9b2 View commit details
    Browse the repository at this point in the history