0 Kommentare (0 Kommentare)0 Reaktionen (0 Reaktionen)1 zugewiesene Person (1 zugewiesene Person)Python807 Forks (807 Forks)batch import
enhancementhelp wantedwishlist
Repository-Metriken
- Stars
- 2.141 Sterne (2.141 Sterne)
- PR-Merge-Metriken
- Keine gemergten PRs in 30 T (Keine gemergten PRs in 30 T)
Beschreibung
https://docs.python.org/2/library/warnings.html
pyVmomi is a deep level library and it should avoid making use of logging or printing features directly which are application elements we should leave 100% in control of the end application developer.
To close this issue:
- remove all use of 'print'
- introduce use of warnings to replace 'print'
- introduce verbose logging of SOAP messages
Contributor Guide
- Research-Richtung
- Finde alle 'print' Anweisungen im Code und ersetze sie durch warnings.warn für ähnliche Veraltungsmeldungen und führe Protokollierung für die Ausführlichkeit von SOAP Nachrichten ein. Stelle sicher, dass kein direktes Drucken verwendet wird.
- Tech Stack
- python
- Domain
- backendapi
- Issue Type
- Refactoring
- Voraussetzungen
- PythonGit