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 log location info to meta #224

Merged
merged 7 commits into from
Jan 27, 2025

Conversation

thomasp85
Copy link
Contributor

Fix #110

This PR adds the file location and line of the log call if available. If the log call can not be resolved to a file it will have <console> as a value instead as it is likely the call came interactively

@thomasp85
Copy link
Contributor Author

Windows is a mess when it comes to file paths. Would you be ok with a skip_on_os("windows") in the test?

@daroczig
Copy link
Owner

Would you be ok with a skip_on_os("windows") in the test?

Sure, thank you.

@daroczig daroczig merged commit f1d103d into daroczig:main Jan 27, 2025
14 checks passed
@daroczig
Copy link
Owner

fantastic, thank you 🙇

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.

Line number, and full and compact stack trace tracking in the log.
2 participants