Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide stable links towards ACTool logs #761

Closed
kwin opened this issue Aug 13, 2024 · 1 comment · Fixed by #764
Closed

Provide stable links towards ACTool logs #761

kwin opened this issue Aug 13, 2024 · 1 comment · Fixed by #764

Comments

@kwin
Copy link
Member

kwin commented Aug 13, 2024

The ACTool rotates the logs automatically. A link towards the log exposed in the Web UI looks like this currently /ui#/aem/mnt/overlay/netcentric/actool/content/overview.html/actool?showLogNo=1. The log number (given in parameter showLogNo) changes though with each execution/rotation. So instead one should use stable identifiers (UUIDs) for logs, which should just lead to a 404 in case the log is no longer available.

@kwin
Copy link
Member Author

kwin commented Aug 14, 2024

The names used inside /var/statistics/achistory should be stable as they have format history_<timestampOfExecution>_<suffix>, so just identifying the logs by name on that level should be preferred (as that is stable).

kwin added a commit that referenced this issue Aug 18, 2024
Use it within the Touch UI
Improve exception handling

This closes #761
kwin added a commit that referenced this issue Aug 18, 2024
Use it within the Touch UI
Improve exception handling

This closes #761
kwin added a commit that referenced this issue Aug 20, 2024
Use it within the Touch UI for stable URLs to logs
Improve exception handling

This closes #761
@kwin kwin closed this as completed in #764 Aug 27, 2024
@kwin kwin closed this as completed in 3ba2f35 Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant