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

Change Serilog for ZeroLog for NET #3667

Open
cdhanna opened this issue Sep 19, 2024 · 1 comment
Open

Change Serilog for ZeroLog for NET #3667

cdhanna opened this issue Sep 19, 2024 · 1 comment
Milestone

Comments

@cdhanna
Copy link
Collaborator

cdhanna commented Sep 19, 2024

Serilog is lacking,

  1. not performant (allocates a lot)
  2. hard to customize (they made everything private)
  3. we aren't using serilog to its designed use case; instead we are using the bare minimum level of features...

We don't need serilog to meet our logging needs, and its a pain in the tookus. We should change it for a better solution, perhaps like ZeroLog. We should investigate a solution that is easy to customize, fast, and not a pain.

@cdhanna cdhanna added this to the CLI 3.1.0 milestone Sep 19, 2024
@Leinnan
Copy link
Collaborator

Leinnan commented Oct 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants