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

feat: add option to enable debugging logs (Improve logger instance) #5

Closed
kiraum opened this issue Dec 23, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@kiraum
Copy link
Owner

kiraum commented Dec 23, 2024

Add option to enable debugging logs

Currently the CLI doesn't provide visibility into API calls and internal operations. Adding debug logging capabilities would help with:

  • Troubleshooting API interactions
  • Understanding data flow and transformations
  • Assisting users with debugging connection issues
  • Supporting development and testing

Implementation details

  • Add new CLI option --debug/-d to enable verbose logging
  • Create proper logger instance with configurable levels
  • Add strategic log points for API calls, data processing, and errors
  • Include debug logging examples in documentation

Example usage

irrexplorer --debug prefix 200.160.4.153
@kiraum
Copy link
Owner Author

kiraum commented Dec 23, 2024

done on #10

@kiraum kiraum closed this as completed Dec 23, 2024
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

No branches or pull requests

1 participant