We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d7f3e commit 54d8587Copy full SHA for 54d8587
ads/aqua/cli.py
@@ -56,11 +56,12 @@ def __init__(
56
set_log_level(log_level)
57
# gracefully exit if env var is not set
58
if not ODSC_MODEL_COMPARTMENT_OCID:
59
- logger.error(
+ logger.debug(
60
"ODSC_MODEL_COMPARTMENT_OCID environment variable is not set for Aqua."
61
)
62
if NB_SESSION_OCID:
63
logger.error(
64
- f"Aqua is not available for the notebook session {NB_SESSION_OCID}."
+ f"Aqua is not available for the notebook session {NB_SESSION_OCID}. For more information, "
65
+ f"please refer to the documentation."
66
67
sys.exit(1)
0 commit comments