Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Provide dedicated capability to isolate logger name #390

Closed
djaglowski opened this issue Feb 15, 2022 · 0 comments · Fixed by #397
Closed

Provide dedicated capability to isolate logger name #390

djaglowski opened this issue Feb 15, 2022 · 0 comments · Fixed by #397
Assignees

Comments

@djaglowski
Copy link
Member

This change follows from (specification) #2276

This library should provide an simple mechanism for isolating a LoggerName value, which will be used later in the data pipeline (specifically here), to populate the InstrumentationScope.

The following is suggested:

  1. Add LoggerName to entry.Entry. (This does not imply that LoggerName is a top level field in the data model. It is simply a means to convey this information until the log entry is batched by Instrumentation Scope.)
  2. Add a logger_name block, which follows the same pattern as timestamp and severity. Specifically, this means that every parser may optionally assign a string value to LoggerName.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant