adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

Custom deprecation warning for User Sync Tool #757

Closed ddybvig-perf closed 2 years ago

ddybvig-perf commented 2 years ago

Is your feature request related to a problem? Please describe. The User Sync Tool should display a distinct message for deprecated features so that customers know that they should update.

Describe the solution you'd like A custom subclass of Python's built-in DeprecationWarning should be added to the Sync Tool and print/log the deprecation warning with custom formatting to make it stand out.