-
Notifications
You must be signed in to change notification settings - Fork 669
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
Persist X-Request-ID with the events that originated them #6420
Comments
Issue #6420 Store the X-Request-ID in the SyncFileItem and also in the blacklist. Note that for consistency reason, the X-Request-ID is also in the SyncFileItem if the request succeeds. Currently there is no UI to access it, but it can be queried with sql commands
@ogoffart What about adding a column for the in |
Makes complete sense, will open issues/poke people around to do so. |
Issue #6420 Store the X-Request-ID in the SyncFileItem and also in the blacklist. Note that for consistency reason, the X-Request-ID is also in the SyncFileItem if the request succeeds. Currently there is no UI to access it, but it can be queried with sql commands
Issue #6420 Store the X-Request-ID in the SyncFileItem and also in the blacklist. Note that for consistency reason, the X-Request-ID is also in the SyncFileItem if the request succeeds. Currently there is no UI to access it, but it can be queried with sql commands
WFM 👍 For reference, since @michaelstingl asked me: log rotation period is 2MB - all blacklist errors are meant to re-appear in there, but old errors that went away are not granted to be preserved; an error-only log might be an interesting idea to explore, but a different topic. client/src/gui/syncrunfilelog.cpp Lines 96 to 110 in fabc706
I fear most of the log contain not-so-useful info, but that's also a different topic:
|
FYI 74e412c 2.5 |
X-Request-ID
was introduced in client v. 2.4: #5853 for tracing back and cross-referencing requests with the server logs. This can be seen as an extension of that to help users locate the cause of their issues together with admins.Would it be possible to store this ID together with its originator event on the sync journal to allow some sort of "Copy X-Request-ID` when right-clicking an event from the "Activity > Not Synced" tab? (only in those cases that are strictly related to the server operation/network activity). This way is not strictly necessary to have the log window open or to be inspecting the network to get this ID.
e.g.
cc/ @michaelstingl
The text was updated successfully, but these errors were encountered: