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 different log-levels for clearer user feedback #17

Open
suvayu opened this issue Mar 4, 2024 · 2 comments
Open

Implement different log-levels for clearer user feedback #17

suvayu opened this issue Mar 4, 2024 · 2 comments
Labels
Type: addition Add something that doesn't exist Zone: documentation Improvements or additions to documentation

Comments

@suvayu
Copy link
Member

suvayu commented Mar 4, 2024

For example:

  • INFO: merging table foo with 101 rows with table bar with 96 rows
  • WARNING: column header missing
  • ERROR: File not found!
  • DEBUG: Applying user function: print function object
@suvayu suvayu added Type: addition Add something that doesn't exist Zone: documentation Improvements or additions to documentation labels Mar 4, 2024
@abelsiqueira
Copy link
Member

Is this meant to be using Base's @info, and co (https://docs.julialang.org/en/v1/stdlib/Logging/)? It could apply to our other packages as well.

@clizbe
Copy link
Member

clizbe commented Mar 8, 2024

Not sure of the implementation, but we were discussing how much info the user receives while dealing with these somewhat "invisible" operations (because they're creating temp tables, etc). So for instance if they're merging columns and it's auto-filling empty data with something, it should tell them that. Or warn them their data doesn't exactly match, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: addition Add something that doesn't exist Zone: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants