api: Excise `cros_logging` module
Remove all usages of `cros_logging` in chromite/api and replace them
with the stdlib `logging` module. The NOTICE level is already provided by
the custom Logger subclass initialized in chromite's top level module __init__.py
This change was made by finding all imports of `cros_logging` and
replacing those usages with stdlib `logging` and then running `isort`
over all modified files.
BUG=b:191490453
TEST=`run_tests`
Change-Id: I9336b714bea49ed3d1c7902f7069eb2bbd292e33
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3043697
Tested-by: Chris McDonald <cjmcdonald@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Alex Klein <saklein@chromium.org>
Commit-Queue: Chris McDonald <cjmcdonald@chromium.org>
diff --git a/api/validate.py b/api/validate.py
index 42c413a..221d32e 100644
--- a/api/validate.py
+++ b/api/validate.py
@@ -11,13 +11,13 @@
"""
import functools
+import logging
import os
from typing import Callable, Iterable, List, Optional, Union
from chromite.third_party.google.protobuf import message as protobuf_message
from chromite.lib import cros_build_lib
-from chromite.lib import cros_logging as logging
def _value(