Use runtime log utility moved to DAB (#15675)

* Use runtime log utility moved to DAB
This commit is contained in:
Alan Rominger
2024-12-11 10:38:24 -05:00
committed by GitHub
parent efbe729c42
commit f377b5fdde
4 changed files with 11 additions and 38 deletions

View File

@@ -11,8 +11,10 @@ from django.utils.encoding import smart_str
from django.utils.timezone import now
from django.db import OperationalError
# django-ansible-base
from ansible_base.lib.logging.runtime import log_excess_runtime
# AWX
from awx.main.utils.common import log_excess_runtime
from awx.main.models.inventory import Host