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

Add custom top-level properties #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lpodolak
Copy link

I'm using your library for almost 2 years now and it's really good!

Recently we had a requirement to push some properties to Google Cloud Logging at one nesting level higher than usually, so directly under the "jsonPayload" node, next to .e.g "message". Current solution doesn't allow for that, so I added another configuration option - CustomTopLevelPropertyKeys - that allows specifying which properties should be added in a top-level.

To ilustrate, this is how these properties are defined:
image

And here is how the eventual log entry looks like:
image

How about that?

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

Successfully merging this pull request may close these issues.

1 participant