[MCOL-826] In log report archive included in support report, don't include full path of log directory Created: 2017-07-21 Updated: 2021-04-29 Resolved: 2021-04-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 1.0.9 |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | columnstoreSupport, logging | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Message & Logging Improvements | ||||||||
| Description |
|
When someone runs the support report tool, as shown here: The resulting support report archive contains log report archives for each node. When you unpack the log report archive for a given node, the logs are located in the following directory: /var/log/mariadb/columnstore/ Is it really necessary to include the full path of the logs in the archive? In my opinion, it is unnecessary and a minor inconvenience to have the full path. |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-07-21 ] |
|
This is definitely an annoyance, it would be better if you could remove the full path and tar and have something like:
within the outer tar file. That makes it easier to work with both with a visual archive ui as well as extracting locally. |