Skip to content

Commit 6c391d6

Browse files
committed
revert to python logging for log_util.py
1 parent 84111e4 commit 6c391d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/log_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"""Utility functions for logging."""
1515

1616
import json
17+
import logging
1718
import os
1819
import sys
1920

2021
from absl import flags
21-
from absl import logging
2222

2323
from google.cloud.logging.handlers import StructuredLogHandler
2424
from functools import wraps

0 commit comments

Comments
 (0)