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

CallerFileHandler should include package name #171

Open
akamensky opened this issue Aug 5, 2022 · 0 comments
Open

CallerFileHandler should include package name #171

akamensky opened this issue Aug 5, 2022 · 0 comments

Comments

@akamensky
Copy link

Currently if logger is passed to another package it would still show only a file name within that package.

This may cause issues with finding correct file (there may be identically named files in different packages).

It can be worked around by chaining CallerFileHandler with CallerFuncHandler. Both are lacking in functionality. CallerFuncHandler will only show function name with package name, but not file line in this function. CallerFileHandler will show file name with line, but not package.

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