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

Implement a simple logging system #23

Open
kyleaoman opened this issue Jun 30, 2023 · 1 comment
Open

Implement a simple logging system #23

kyleaoman opened this issue Jun 30, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@kyleaoman
Copy link
Owner

Astropy has a logging framework. Instead of ad-hoc print statement, should adopt already available tools.

@kyleaoman kyleaoman self-assigned this Jul 18, 2023
@kyleaoman kyleaoman added this to the v2.1 milestone Jul 18, 2023
@kyleaoman
Copy link
Owner Author

The current version of astropy notes on the logging system documentation page: "The Astropy logging system is meant for internal astropy usage. For use in other packages, we recommend implementing your own logger instead.". Something as fancy as what astropy uses might be overkill, but a simple system that adds a timestamp and can be easily toggled on/off is not a bad idea.

@kyleaoman kyleaoman changed the title Use astropy log framework for messages Implement a simple logging system Jul 22, 2023
@kyleaoman kyleaoman modified the milestones: v2.1, v2.2 Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant