Open
Conversation
md-2
reviewed
Mar 31, 2026
| fi | ||
|
|
||
| if [[ -z "$log_file" ]]; then | ||
| echo_yellow "No .log files found in current directory. Enter path manually:" |
There was a problem hiding this comment.
Will this allow us to paste an Upsun shared log file location as per their docs - https://developer.upsun.com/docs/observability/logs/access-logs#sharing-activity-logs. I'm guessing most log files we will be interested in will be production ones living on Upsun/Aquia.
Collaborator
Author
There was a problem hiding this comment.
Activity logs are not access logs. You'll need the access.log file. ddev ucc has a helper for this.
Haven't worked on Acquia regarding this.
Collaborator
Author
There was a problem hiding this comment.
Rare case, but I committed the helper along other improvements, it's here:
c668f5f#diff-dd1fb0a2215b0ac89cfced16af666f6513ce4a61685aa23896041431585c2a1a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.