You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Currently, to retrieve full log, we use the url: https://master-address/log-manager/node_ip:9103/full/username/framework_uid/taskrole/pod_uid/user_log
This url is strange, we better to change it to: https://master-address/log-manager/node_ip:9103/username/framework_uid/taskrole/pod_uid/user_log?content=full for better debug purpose. And will be unified with other log-manager urls.
We also need to change retrieve tail log url.
The text was updated successfully, but these errors were encountered:
Currently, to retrieve full log, we use the url:
https://master-address/log-manager/node_ip:9103/full/username/framework_uid/taskrole/pod_uid/user_log
This url is strange, we better to change it to:
https://master-address/log-manager/node_ip:9103/username/framework_uid/taskrole/pod_uid/user_log?content=full
for better debug purpose. And will be unified with other log-manager urls.We also need to change retrieve
tail log
url.The text was updated successfully, but these errors were encountered: