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

Compile error for golang ECS logging #3037

Open
liu-xiao-guo opened this issue Jul 23, 2024 · 0 comments
Open

Compile error for golang ECS logging #3037

liu-xiao-guo opened this issue Jul 23, 2024 · 0 comments

Comments

@liu-xiao-guo
Copy link

At the link https://www.elastic.co/guide/en/ecs-logging/go-zerolog/current/setup.html, I run the example code:

// Add custom fields.
log.Info().Msg("hello world").Str("custom", "foo")

it gives me the following error:

log.Info().Msg("hello world") (no value) used as value or type

I need to change it to:

log.Info().Str("custom", "foo").Msg("Hello, World!")
to make it work by referring https://github.com/rs/zerolog

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

1 participant