-
Notifications
You must be signed in to change notification settings - Fork 988
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
Add more logging to PR builds to trace lost messages #18206
Closed
Labels
Comments
churik
changed the title
Add more logging to PR build to trace lost messages
Add more logging to PR builds to trace lost messages
Dec 15, 2023
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 20, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 20, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 20, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 21, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 22, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 22, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 23, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 23, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 23, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
siddarthkay
added a commit
to status-im/status-go
that referenced
this issue
Dec 23, 2023
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent. This commit adds debug level logs so that it helps in investigations. ref : status-im/status-mobile#18031 Closes [#18206](status-im/status-mobile#18206)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Currently, retrieving the message-id from the logs is not a straightforward process. As a result, there are no simple methods available to trace a specific message within the message history.
This issue was highlighted during the message reliability meeting, emphasizing the need to streamline the tracing of a particular message using its unique id.
Acceptance criteria
To address this problem, the following steps will be taken:
DEBUG
level to facilitate easier debugging.By fulfilling these acceptance criteria, we aim to improve the efficiency and effectiveness of message tracing within the application.
The text was updated successfully, but these errors were encountered: