You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
purge.py:202: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
log.warn(f"This will probably fail because of unremovable attached Network interface ID (ENI-*)")
2020-11-30 12:43:20,168 - This will probably fail because of unremovable attached Network interface ID (ENI-*)
2020-11-30 12:43:23,425 - Terminating ec2 Security Group sg-***********
log.warn() also needs to be upgraded to log.warning()
The text was updated successfully, but these errors were encountered:
log.warn()
also needs to be upgraded tolog.warning()
The text was updated successfully, but these errors were encountered: