Skip to content

Commit

Permalink
CBG-3938: use runtime config for log_file_path (#6877)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Jun 27, 2024
1 parent 0eb61e1 commit a3a4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgcollect_info
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def make_collect_logs_tasks(zip_dir, sg_url, sg_config_file_path, sg_username, s
]
# Try to find user-specified log path
if sg_url:
config_url = "{0}/_config".format(sg_url)
config_url = "{0}/_config?include_runtime=true".format(sg_url)
try:
response = urlopen_with_basic_auth(config_url, sg_username, sg_password)
except urllib.error.URLError:
Expand Down

0 comments on commit a3a4daf

Please sign in to comment.