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

use hardcoded logging names instead of __name__ #212

Closed

Conversation

beniwohli
Copy link
Contributor

@beniwohli beniwohli commented May 8, 2018

__name__ is only the module name, so in e.g.
elasticapm.intrumentation.packages.base, the logger name would be base.

By prefixing all logger names with elasticapm, it should be easier to
filter/debug log messages from elasticapm itself.

Additionally, this PR also contains tests for some of our logging.

`__name__` is only the module name, so in e.g.
`elasticapm.intrumentation.packages.base`, the logger name would be `base`.

By prefixing all logger names with `elasticapm`, it should be easier to
filter/debug log messages from elasticapm itself.

Additionally, this PR also contains tests for some of our logging.
@beniwohli beniwohli force-pushed the internal-logging-enhancements branch from eea1242 to 2f80dff Compare June 12, 2018 09:09
@beniwohli beniwohli closed this in ab80891 Jun 12, 2018
@beniwohli beniwohli deleted the internal-logging-enhancements branch June 12, 2018 11:03
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.

None yet

2 participants