Skip to content

Commit 54d8587

Browse files
update error message
1 parent 45d7f3e commit 54d8587

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ads/aqua/cli.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ def __init__(
5656
set_log_level(log_level)
5757
# gracefully exit if env var is not set
5858
if not ODSC_MODEL_COMPARTMENT_OCID:
59-
logger.error(
59+
logger.debug(
6060
"ODSC_MODEL_COMPARTMENT_OCID environment variable is not set for Aqua."
6161
)
6262
if NB_SESSION_OCID:
6363
logger.error(
64-
f"Aqua is not available for the notebook session {NB_SESSION_OCID}."
64+
f"Aqua is not available for the notebook session {NB_SESSION_OCID}. For more information, "
65+
f"please refer to the documentation."
6566
)
6667
sys.exit(1)

0 commit comments

Comments
 (0)