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

Support "source" fields from LogRecord #303

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

Conversation

tmonney
Copy link

@tmonney tmonney commented Jul 3, 2024

The following fields are now supported:

  • sourceClassName
  • sourceMethodName
  • sourceFileName
  • sourceLineNumber

Since the LogRecord (or rather ExtLogRecord) class needs to inspect the call stack to determine these fields, and since this may be expensive, the new fields are disabled by default and must explicitly be enabled in the configuration.

The following fields are now supported:
* sourceClassName
* sourceMethodName
* sourceFileName
* sourceLineNumber

Since the LogRecord (or rather ExtLogRecord) class needs to inspect the
call stack to determine these fields, and since this may be expensive,
the new fields are disabled by default and must explicitly be enabled in
the configuration.
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