Skip to content

Commit 8cc70f6

Browse files
committed
Logging additional info
1 parent 55f2ee5 commit 8cc70f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ads/feature_store/mixin/oci_feature_store.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ def init_client(
5858
"Support for reading service endpoint from config file is disabled",
5959
)
6060
except FileNotFoundError:
61+
logger.info(
62+
"%s",
63+
"ODSC cli config for feature store was not found",
64+
)
6165
pass
6266
if cls.__template:
6367
fs_service_endpoint = cls.__template.service_endpoint

0 commit comments

Comments
 (0)