Skip to content

Commit

Permalink
minor: 去除 force_add_app_info
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang authored and ZhuoZhuoCrayon committed Sep 21, 2023
1 parent 5c79ad5 commit 0c3df78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_service/plugin_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def batch_get_paas_plugin_detailed_info(environment=None, search_term=None, dist
def get_paas_logs(plugin_code, trace_id, scroll_id=None, environment=None):
"""通过PaaS平台查询插件服务日志"""
url, data = PluginServiceApiClient._prepare_paas_api_request(
path_params=["system/bk_plugins", plugin_code, "logs"], environment=environment, force_add_app_info=True
path_params=["system/bk_plugins", plugin_code, "logs"], environment=environment
)

if env.PAASV3_APIGW_API_TOKEN:
Expand Down

0 comments on commit 0c3df78

Please sign in to comment.