Skip to content

Commit

Permalink
consolidated log into single message
Browse files Browse the repository at this point in the history
Signed-off-by: Shonda-Adena-Witherspoon <shonda.adena.witherspoon@ibm.com>
  • Loading branch information
Shonda-Adena-Witherspoon committed Jun 5, 2024
1 parent 8d90233 commit cbf6c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caikit_tgis_backend/tgis_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ def __init__(self, config: Optional[dict] = None):
model_conn = TGISConnection.from_config(model_id, model_conn_cfg)

log.debug(
"model connection config is set to the following: %s", model_conn_cfg
"model connection config and model_id are set to the following: %s , %s",
model_conn_cfg,
model_id,
)

log.debug("model_id is set to the following: %s", model_id)
error.value_check(
"<TGB90377847E>",
model_conn is not None,
Expand Down

0 comments on commit cbf6c8a

Please sign in to comment.