Skip to content

Commit 537ece3

Browse files
authored
update log for apiview (Azure#38378)
1 parent 3115481 commit 537ece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/packaging_tools/sdk_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def main(generate_input, generate_output):
7373
if "_python.json" in file and package_name in file:
7474
package["apiViewArtifact"] = str(Path(package_path, file))
7575
except Exception as e:
76-
_LOGGER.error(f"Fail to generate ApiView token file for {package_name}: {e}")
76+
_LOGGER.info(f"Fail to generate ApiView token file for {package_name}: {e}")
7777
# Installation package
7878
package["installInstructions"] = {
7979
"full": "You can install the use using pip install of the artifacts.",

0 commit comments

Comments
 (0)