We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e01bc commit 8cbf51cCopy full SHA for 8cbf51c
sdk/python/feast/__init__.py
@@ -1,5 +1,3 @@
1
-import logging
2
-
3
from pkg_resources import DistributionNotFound, get_distribution
4
5
from feast.infra.offline_stores.bigquery_source import BigQuerySource
@@ -27,12 +25,6 @@
27
25
from .stream_feature_view import StreamFeatureView
28
26
from .value_type import ValueType
29
30
-logging.basicConfig(
31
- format="%(asctime)s %(levelname)s:%(message)s",
32
- datefmt="%m/%d/%Y %I:%M:%S %p",
33
- level=logging.INFO,
34
-)
35
36
try:
37
__version__ = get_distribution(__name__).version
38
except DistributionNotFound:
0 commit comments