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

Enhanced Frontend Logging System #124

Merged
merged 13 commits into from
Apr 1, 2025
Merged

Conversation

danyeaw
Copy link
Contributor

@danyeaw danyeaw commented Mar 21, 2025

Closes: #97

What's New?

We've overhauled the logging system across the Jupyter-fsspec frontend! Instead of scattered console.log calls, we now have a consistent, structured Logger class that makes debugging easier and gives everyone more control.

Overview

  • Replaced all those console.log calls with our shiny new Logger methods
  • Added component identifiers so you can easily see where logs are coming from
  • Connected everything to JupyterLab settings so you can adjust verbosity on the fly
  • Made error messages more helpful by including relevant context
  • Added thorough tests to make sure everything works as expected

Technical Notes

  • Using object-based logging for better context
  • Logger gets initialized in each component's constructor
  • Log levels are adjustable through the JupyterLab settings UI
  • Added tests to verify logger behavior and settings integration
  • Updated CONTRIBUTING.md with logging best practices

@ericsnekbytes ericsnekbytes added the enhancement New feature or request label Apr 1, 2025
@ericsnekbytes ericsnekbytes merged commit 22765e9 into fsspec:main Apr 1, 2025
7 checks passed
@danyeaw danyeaw deleted the logging branch April 1, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging/print cleanup
2 participants