Skip to content

Commit

Permalink
added log line for debugging purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-padale committed Jan 29, 2024
1 parent 9d65101 commit a8fb087
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildpack/core/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ def get_metadata_value(key, build_path=BASE_PATH):

def get_runtime_version(build_path=BASE_PATH):
result = get_metadata_value("RuntimeVersion", build_path)
logging.info("get_runtime_version",
result,
)
logging.info("get_runtime_version : %s", result)
if result is None:
logging.debug(
"Cannot retrieve runtime version %s from metadata file, "
Expand Down

0 comments on commit a8fb087

Please sign in to comment.