Skip to content

Conversation

@privateip
Copy link
Member

  • Rename src/ipsdk/logger.py to src/ipsdk/logging.py with comprehensive docstrings
  • Update init.py to import logging module directly (removed 'as logger' alias)
  • Update all exports from 'logger' to 'logging'
  • Add extensive unit tests for logging module (38 test cases)
  • Update documentation in docs/development.md and docs/exceptions.md

- Rename src/ipsdk/logger.py to src/ipsdk/logging.py with comprehensive docstrings
- Update __init__.py to import logging module directly (removed 'as logger' alias)
- Update __all__ exports from 'logger' to 'logging'
- Add extensive unit tests for logging module (38 test cases)
- Update documentation in docs/development.md and docs/exceptions.md
@privateip privateip merged commit 05001e7 into itential:devel Sep 22, 2025
5 checks passed
@privateip privateip deleted the logging branch September 22, 2025 20:42
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.

1 participant