3.63.0
- Introduce
gwen.logLevel.deprecations
to control how deprecations are reported.- Supported values include:
warn
to log deprecations as warnings (default)error
to raise and report deprecations as errorsnone
to suppress logging or reporting of deprecation messages (no operation)
- Supported values include: